knews-app
v1.0.4
Published
backend news headlines emailer
Downloads
6
Readme
knews-app
uses https://newsapi.org/ and then emails news headlines to subscribers
Required packages(npm modules)
- npm install sync-request
- npm install jsonfile
- npm install node-schedule
- npm install mailgun-js
Configuration
- Set mailer credentials
- set newsapi sources basing on: https://newsapi.org/sources keys
- set newsapi sortby to either top, latest or popular
- set newsapi key (https://newsapi.org/register)
Running app
- Ubuntu
- apt-get install nodejs-legacy
- apt-get install npm
- npm install knews-app
- npm start knews-app