- Tweets every day at 8:00am UTC
- To send a tweet -> trigger the heroku server
git push; git push heroku master; heroku run node bot; # changes
heroku run node bot # no code changes
- Or configure the heroku scheduler addon to tweet every certain amount of time
heroku addons:create scheduler:standard