npm install
ng build
npm install
ng serve
Rename config.example.json to config.json and fill in the details
{
"redis": {
"host": "host",
"password": "1234"
},
"keys": {
"all": "coronastatistics:all",
"countries": "coronastatistics:countries",
"timeline": "coronastatistics:timeline",
"timelineglobal": "coronastatistics:timelineglobal"
},
"interval": 600000
}
npm install
node server.js
Edit src/app/core/services/getdata.service.ts and replace with your own api url.
👤 Julio Melchor
- Website: https://coronavirus-mx.web.app
- Twitter: @MelchorPinto
- Github: @JulioMelchorPinto
- LinkedIn: @jmelchorp
- Paypal: https://paypal.me/beaverNet
Give a ⭐️ if this project helped you!