Bot for serving news from NOS. Currently deployed on Heroku
Make sure you have JSPM installed: npm i -g jspm
.
Run npm i
. Probably best to use Node 8.0 or higher.
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.