Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 358 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 358 Bytes

reddit_to_twitter

Very basic Sinatra application to take posts from IFTTT's Wordpress channel and posts them on Twitter.

Read the full instructions here

Install

bundle
ruby server.rb

Deployment

Push reddit_to_twitter to Heroku

heroku create
git push heroku master