Skip to content

k-joseph/knews-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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



Running app


  • Ubuntu
  1. apt-get install nodejs-legacy
  2. apt-get install npm
  3. npm install knews-app
  4. npm start knews-app
  • Os X
  1. Add Auto execution cronjobs (run every workday at 10 and 20) 0 10 * * 1-5 node /Users/k-joseph/Projects/kaweesi/knews-app/index.js 0 20 * * 1-5 node /Users/k-joseph/Projects/kaweesi/knews-app/index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published