Ensure that you read the API Docs, most importantly the rate limiting and black listing.
Copy the repo.
mkdir -p ~/GitHub/caseconsulting && cd $_
git clone git@github.com:caseconsulting/get-tweets-api.git
cd get-tweets-apiInstall packages.
yarn installCreate an .env file. See the sample for more information.
cp env.example .env
vim .envyarn startCreate the application.
heroku apps:create case-get-tweetsheroku config:set CONSUMER_KEY=111111111
heroku config:set CONSUMER_SECRET=111111111
heroku config:set ACCESS_TOKEN_KEY=111111111
heroku config:set ACCESS_TOKEN_SECRET=111111111