- 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
.env
file from.env.sample
in root foldertouch .env
-
Install dependencies
npm i
-
Run node app
node ./bin/www
ornpm start
-
The app runs on port
3000
by default, you can change it in.env
file 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!" }
-