8000 GitHub - realguess/node-twitter-text: Wrapper for official twitter text linkification.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

realguess/node-twitter-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published
0