FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

realguess/node-twitter-text: Wrapper for official twitter text linkification. · GitHub

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

node-twitter-text

A wrapper for twitter-text-js the official twitter text linkification.

Installation

$ npm install node-twitter-text

Usage

Extract screen names:

var twttrtxt = require('node-twitter-text');
var usernames = twttrtxt.extractMentions("Mentioning @twitter and @jack");
console.log(usernames);
// ["twitter", "jack"]

License

See twitter-text-js license.

About

Wrapper for official twitter text linkification.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL