- Clone this repo
- Create an app in the twitter app area: https://apps.twitter.com/
- Create a file called
secret.jsonin the root of the project similar to this:
{
"consumer_key":"",
"consumer_secret": "",
"access_token": "",
"access_token_secret": ""
}
- Run
npm start