0.1.0 • Published 8 years ago

node-red-contrib-twitter-text v0.1.0

Weekly downloads
57
License
-
Repository
github
Last release
8 years ago

node-red-contrib-twitter-text

Node-red nodes for parsing urls, hashtags, usernames, etc. using the twitter-text library

Installing

Run this command in your local node-red directory:

npm install node-red-contrib-twitter-text

Usage

Takes the input text from msg.payload, extracts the entities to an array, and sets it to msg.payload.

If you need other twitter-text functionality feel free to reach out and ask (PRs also welcome of course).

Licence

MIT