Skip to content

Yannickgregoire/Jeeves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jeeves

Bot for serving news from NOS. Currently deployed on Heroku

Install

Make sure you have JSPM installed: npm i -g jspm. Run npm i. Probably best to use Node 8.0 or higher.

Development

Install Parallelshell npm i -g parallelshell. Install Node-sass npm i -g node-sass.

You'll need a .env file with the following contents:

PORT=5000```

Run `npm run dev`. This runs node with the app on `localhost:5000` and a proxy server for http://feeds.nos.nl/nosnieuwsalgemeen?format=xml on `localhost:5000/feed`.

## Production
Run `npm run build`. Builds files into the `dist` folder.

About

Bot for serving news from NOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published