Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 389 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 389 Bytes

Twist

Twitter streaming API to HipChat message API.

Setup for development

Rename .env.sample to .env.

$ cp .env.sample .env

Start foreman

$ foreman start

Setup for Heroku

$ heroku create twist
$ git push heroku master
$ heroku plugins:install git://github.com/ddollar/heroku-config.git
$ heroku config:push
$ heroku scale twist=1