newsreader

0.5.2 • Public • Published

newsreader

Node.js RSS/Atom News Aggregator

alt screenshot

Install

 
# Clone repository 
git clone https://github.com/chemel/newsreader.git
 
cd newsreader
 
# Install dependencies 
npm install
 
# Edit config.json and setup your database 
nano config/config.json
 
# Init database tables 
NODE_ENV=production node_modules/.bin/sequelize db:migrate
 

Usage

 
# Start the server (listen on port 3000) 
NODE_ENV=production npm start
 
# Open your web browser 
firefox http://localhost:3000/
 

Readme

Keywords

none

Package Sidebar

Install

npm i newsreader

Weekly Downloads

1

Version

0.5.2

License

GPL-3.0

Last publish

Collaborators

  • chemel