twitter-text-webservice
REST API to the twitter-text module. Based on Express.
Installation
$ npm install twitter-text-webservice
$ export API_KEY='YOUR_TWITTER_API_KEY` # optional
$ export API_SECRET='YOUR_TWITTER_API_SECRET` # optional
$ export BIND_PORT=3000 # optional
$ npm start twitter-text-webservice
Usage
Contributing
I've implemented functionality requied only for one project. But you can extend it easily. PRs are welcome.