| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A wrapper for twitter-text-js the official twitter text linkification.
$ npm install node-twitter-text
Extract screen names:
var twttrtxt = require('node-twitter-text');
var usernames = twttrtxt.extractMentions("Mentioning @twitter and @jack");
console.log(usernames);
// ["twitter", "jack"]
See twitter-text-js license.
| Back | FazBrowse Home | New Git URL |