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"]

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i node-twitter-text

      Weekly Downloads

      1

      Version

      1.4.14

      License

      none

      Last publish

      Collaborators

      • realguess