0.5.2 • Published 7 years ago

newsreader v0.5.2

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
7 years ago

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/