Skip to content

coffeescriptnext/siftie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siftie

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.

UI Screenshot

http://i.nick.sg/fddd1db0125d4c7e82a4253d6c30c936.gif

Install

  • curl https://install.meteor.com/ | sh

Develop

  1. cd /path/to/siftie
  2. meteor
  3. Visit http://localhost:3000/.

Deploy

  1. heroku create --buildpack https://github.com/AdmitHub/meteor-buildpack-horse.git
  2. heroku addons:create mongolab:sandbox
  3. heroku config:set FEEDIE_KEY='...'
  4. heroku config:set MERCURY_API_KEY='...'
  5. heroku config:set POSTMARK_API_KEY='...'
  6. heroku config:set ROOT_URL='http://siftie.com'
  7. git push heroku

About

📖 An RSS reader for your team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages