Currently only supports the /search endpoint docs.
Install NodeJS if you haven't already Download Node
- Download zip of this gist
- unzip file and
cdinto directory - install package dependencies (express and twit) by running:
npm install - edit
index.jswith your Twitter API token/secret/oauth/etc. - start the server:
npm start - ...
- deploy to heroku
- profit!