tweet-formatter
v0.0.1
Published
Format tweet text with proper html link tag link on username, hashtag, and url
Downloads
5
Readme
Tweet Formatter 
Format tweet text to proper html link tag on username, hashtag, and URL
Install
NPM
npm install --save tweet-formatterBower
bower install --save tweet-formatterComponent
component install pveyes/tweet-formatterExample
Node.JS
var tweetFormatter = require('tweet-formatter');
var tweet = 'some tweet text with @username and #hashtag or http://url.com';
var formattedTweet = tweetFormatter(tweet);License
MIT
