Siftie is an RSS reader for everyone. It's a web app, and it's built with the Meteor framework.
This repository is just the web app. There is a separate service that does the actual crawling of feeds, and it's called Siftie Feeds. You need to have both running if you want items to actually appear.
curl https://install.meteor.com/ | sh
cd /path/to/siftiemeteor- Visit http://localhost:3000/.
heroku create --buildpack https://github.com/AdmitHub/meteor-buildpack-horse.githeroku addons:create mongolab:sandboxheroku config:set FEEDIE_KEY='...'heroku config:set POSTMARK_API_KEY='...'heroku config:set ROOT_URL='https://siftie.com'git push heroku
