Skip to content

🦠 SVG badges displaying cases and deaths of COVID-19

License

Notifications You must be signed in to change notification settings

codedawi/covid19-badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Data Badges

Cases

url: https://covid19-badges.herokuapp.com/confirmed/latest

usage: ![Covid-19 Cases](https://covid19-badges.herokuapp.com/confirmed/latest)

Deaths

url: https://covid19-badges.herokuapp.com/deaths/latest

usage: ![Covid-19 Deaths](https://covid19-badges.herokuapp.com/deaths/latest)

Recovered (see issue #1)

url: https://covid19-badges.herokuapp.com/recovered/latest

usage: ![Covid-19 Recovered](https://covid19-badges.herokuapp.com/recovered/latest)

Long Form Labels

Cases Deaths Recovered

url: ...?long=true

Data Sources

Data Repository of COVID-19 cases by Johns Hopkins ➡️ CSSEGISandData/COVID-19

GitHub stars GitHub last commit Website link!

Rest API COVID-19 data ➡️ ExpDev07/coronavirus-tracker-api

GitHub stars GitHub last commit Website link!

Developing Badge Service

Install dependencies

npm install

Running in development

npm run dev