Skip to content

Meteor.js based RSS reader. Responsive. Reactive. Juicy.

Notifications You must be signed in to change notification settings

AVGP/RSSteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSSteroids

Meteor.js based RSS reader. Responsive. Reactive. Juicy. See a hosted version

Installation

To install RSSteroids, you need the following installed:

  • node.js - the basis
  • meteorite - install via npm install -g meteorite

Install the node-feedparser module

Run the app with

$ mrt

it will crash, because it misses the feedparser node.js module.
Kill the running meteorite instance and go into the server subdirectory and install feedparser there:

$ cd .meteor/local/build/server
$ npm install feedparser
$ cd ../../../../

Run it!

To run it, you can now (again) use

$ mrt

and see the app running at http://localhost:3000

Deploy

You can deploy it like any other meteor application. Make sure to use mrt instead of meteor as RSSteroids uses meteorite packages.

For the full documentation of the process see the meteor deployment docs.

About

Meteor.js based RSS reader. Responsive. Reactive. Juicy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages