- crowd sourced database - updates every 5 minutes
- App Url - corona-go.info
- Frontend Github Link - rajchandra3/fight-corona
- Indian Stats API
- News API
- Twitter Bot
-
- News API
-
- Twitter Bot
-
Install dependencies
npm i -
Run app
-
Make a
.envfile from.env.samplein root foldertouch .env -
Install dependencies
npm i -
Run node app
node ./bin/wwwornpm start -
The app runs on port
3000by default, you can change it in.envfile by changing the value ofPORT -
The app will be accessible in your browser
http://localhost:<port>, you will get the following response{ code: 0, message: "Welcome to corona-go app!" }
-