An open API service indexing awesome lists of open source software.

https://github.com/codedawi/covid19-badges

🦠 SVG badges displaying cases and deaths of COVID-19
https://github.com/codedawi/covid19-badges

badges covid-19 express github javascript markdown nodejs svg svg-badges

Last synced: 6 months ago
JSON representation

🦠 SVG badges displaying cases and deaths of COVID-19

Awesome Lists containing this project

README

          

# COVID-19 Data Badges

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

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

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

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

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

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

![Recovered](https://covid19-badges.herokuapp.com/recovered) (see issue [#1](https://github.com/fight-covid19/bagdes/issues/1))

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

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

### Long Form Labels
![Cases](https://covid19-badges.herokuapp.com/confirmed?long=true)
![Deaths](https://covid19-badges.herokuapp.com/deaths?long=true)
![Recovered](https://covid19-badges.herokuapp.com/recovered?long=true)

**url:** `...?long=true`

## Data Sources

Data Repository of `COVID-19` cases by Johns Hopkins :arrow_right: [CSSEGISandData/COVID-19](https://github.com/CSSEGISandData/COVID-19)

![GitHub stars](https://img.shields.io/github/stars/CSSEGISandData/COVID-19)
![GitHub last commit](https://img.shields.io/github/last-commit/CSSEGISandData/COVID-19)
[![Website link!](https://img.shields.io/badge/website-link-1abc9c.svg)](https://systems.jhu.edu/research/public-health/ncov)

Rest API `COVID-19` data :arrow_right: [ExpDev07/coronavirus-tracker-api](https://github.com/ExpDev07/coronavirus-tracker-api)

![GitHub stars](https://img.shields.io/github/stars/ExpDev07/coronavirus-tracker-api)
![GitHub last commit](https://img.shields.io/github/last-commit/ExpDev07/coronavirus-tracker-api)
[![Website link!](https://img.shields.io/badge/api-link-1abc9c.svg)](https://coronavirus-tracker-api.herokuapp.com/v2/locations)

## Developing Badge Service

Install dependencies

```
npm install
```

Running in development

```
npm run dev
```