forked fromsambreen27/covid19
- Notifications
You must be signed in to change notification settings - Fork1
Displays Covid19 real-time data
NotificationsYou must be signed in to change notification settings
shubhamKcloud/covid19
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple ReactJS app that displays latest stats about COVID-19.Ping to Test Pipeline!
- git clonehttps://github.com/sambreen27/covid19.git
- cd covid19
- npm install
- npm start
Runs the app in the development mode.
Openhttp://localhost:3000 to view it in the browser.
GEThttps://covid19.mathdro.id/api -> global cases information
GEThttps://covid19.mathdro.id/api/countries -> countries that are available in the API
GEThttps://covid19.mathdro.id/api/countries/{countryName} -> get specific country's covid-19 cases data
API provided by:https://github.com/mathdroid/covid-19-api