An RSS reader made with Meteor.
You'll need to have the following programs installed:
- node.js
- Meteor
curl https://install.meteor.com | /bin/sh - Meteorite
npm install -g meteorite
Clone the repo git clone https://github.com/DBeath/meteor-rss.git
Navigate to the directory cd meteor-rss
Run Meteorite to install smart packages and start Meteor mrt
In your browser, navigate to localhost:3000
If you get an error saying something about npm not being able to find feedparser, then read the instructions here.
- Node Feedparser - automatically installed.
Shout out to RSSteroids for some good code ideas.