Ecosyste.ms: Awesome

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

https://github.com/egbakou/novelcovid-api-badges

Svg badges displaying the number of coronavirus confirmed cases, recovered and deaths.
https://github.com/egbakou/novelcovid-api-badges

covid-19 covid-19-tracker es6 javascript node-js npm svg-label

Last synced: 19 days ago
JSON representation

Svg badges displaying the number of coronavirus confirmed cases, recovered and deaths.

Lists

README

        

# Coronavirus Global Data Badges
![Cases](https://novelcovid-api-badges.herokuapp.com/confirmed) ![Today Cases](https://novelcovid-api-badges.herokuapp.com/todaycases) ![Deaths](https://novelcovid-api-badges.herokuapp.com/deaths) ![Today Deaths](https://novelcovid-api-badges.herokuapp.com/todaydeaths) ![Recovered](https://novelcovid-api-badges.herokuapp.com/recovered) ![Actives](https://novelcovid-api-badges.herokuapp.com/actives)

## Usage
![Cases](https://novelcovid-api-badges.herokuapp.com/confirmed)

**url:** `https://novelcovid-api-badges.herokuapp.com/confirmed`

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

![Today-Cases](https://novelcovid-api-badges.herokuapp.com/todaycases)

**url:** `https://novelcovid-api-badges.herokuapp.com/todaycases`

**usage:** `![Covid-19 Today-Cases](https://novelcovid-api-badges.herokuapp.com/todaycases)`

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

**url:** `https://novelcovid-api-badges.herokuapp.com/deaths`

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

![Today-Deaths](https://novelcovid-api-badges.herokuapp.com/todaydeaths)

**url:** `https://novelcovid-api-badges.herokuapp.com/todaydeaths`

**usage:** `![Covid-19 Today-Deaths](https://novelcovid-api-badges.herokuapp.com/todaydeaths)`

![Recovered](https://novelcovid-api-badges.herokuapp.com/recovered)

**url:** `https://novelcovid-api-badges.herokuapp.com/recovered`

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

![Actives](https://novelcovid-api-badges.herokuapp.com/actives)

**url:** `https://novelcovid-api-badges.herokuapp.com/actives`

**usage:** `![Covid-19 Actives](https://novelcovid-api-badges.herokuapp.com/actives/)`

## Long labels
![Cases](https://novelcovid-api-badges.herokuapp.com/confirmed?long=true)
![Today-Cases](https://novelcovid-api-badges.herokuapp.com/todaycases?long=true)
![Deaths](https://novelcovid-api-badges.herokuapp.com/deaths?long=true)
![Today-Deaths](https://novelcovid-api-badges.herokuapp.com/todaydeaths?long=true)
![Recovered](https://novelcovid-api-badges.herokuapp.com/recovered?long=true)
![Actives](https://novelcovid-api-badges.herokuapp.com/actives?long=true)

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

## Data Sources

Data Repository of `Coronavirus` cases by Johns Hopkins University [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)

`Coronavirus` Rest API Tracker: [NOVELCovid/API](https://github.com/NOVELCovid/API)

![GitHub stars](https://img.shields.io/github/stars/NovelCOVID/API)
![GitHub last commit](https://img.shields.io/github/last-commit/NovelCOVID/API)

## Developing Badge Service

Install dependencies

```shell
npm install
```

Running

```shell
npm run start
```

Running (in development)

```shell
npm run dev
```

Testing

```shell
npm run test
```

## Created by: Kodjo Laurent Egbakou

- LinkedIn: [Kodjo Laurent Egbakou](https://www.linkedin.com/in/laurentegbakou/)
- Twitter: [@lioncoding](https://twitter.com/lioncoding)

## Contribution

Feel free to create issues and PRs :)