Siftie is a feed reader for teams. 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 Feedie. You need to have both running if you want items to actually appear.
curl https://install.meteor.com/ | sh
cd /path/to/siftie
meteor
- Visit http://localhost:3000/.
heroku create --buildpack https://github.com/AdmitHub/meteor-buildpack-horse.git
heroku addons:create mongolab:sandbox
heroku config:set FEEDIE_KEY='...'
heroku config:set MERCURY_API_KEY='...'
heroku config:set POSTMARK_API_KEY='...'
heroku config:set ROOT_URL='http://siftie.com'
git push heroku