Twitter bot that tweets what happened that day in history.
https://twitter.com/jayanthisabot
$ npm install
Create an .env file and enter twitter tokens and secret keys
CONSUMER_KEY=<CONSUMER_KEY>
CONSUMER_SECRET=<CONSUMER_KEY>
ACCESS_TOKEN=<ACCESS_TOKEN>
ACCESS_TOKEN_SECRET=<ACCESS_TOKEN_SECRET>
Create an account on Heroku to deploy the nodeJS app
$ heroku login
$ git add .
$ git commit -am "changes"
$ git push heroku master
MIT