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

https://github.com/montenegrodr/brcovid19api

Simple API that provides current covid19 status in Brazil
https://github.com/montenegrodr/brcovid19api

api brazil covid-data covid19

Last synced: 26 days ago
JSON representation

Simple API that provides current covid19 status in Brazil

Awesome Lists containing this project

README

          

# brcovid19api

Simple API that providing current covid19 status in Brazil. Used as toy problem in order to hands on k8s and Go.

## tl;dr

```bash
curl http://api.montenegrodr.com/covid19

{
"confirmed": 1960,
"deceased": 34,
"recovered": 2,
"updatedAt": "0001-01-01T00:00:00.000Z"
}

```

## Build

Requirements:

- Go
- go-swagger
- Python 3