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
- Host: GitHub
- URL: https://github.com/montenegrodr/brcovid19api
- Owner: montenegrodr
- License: mit
- Created: 2020-03-20T16:16:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T10:32:22.000Z (almost 6 years ago)
- Last Synced: 2024-06-21T19:56:37.405Z (over 1 year ago)
- Topics: api, brazil, covid-data, covid19
- Language: Go
- Homepage: http://api.montenegrodr.com/covid19
- Size: 7.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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