node-twitter-text

1.4.14 • Public • Published

node-twitter-text

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

Usage

Extract screen names:

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

Readme

Keywords

none

Package Sidebar

Install

npm i node-twitter-text

Weekly Downloads

0

Version

1.4.14

License

none

Last publish

Collaborators

  • realguess