https://github.com/vmarcosp/covidbr-api
COVIDBR API —— API de tracking dos casos de COVID-19 no Brasil
https://github.com/vmarcosp/covidbr-api
coronavirus coronavirus-api coronavirus-brazil coronavirus-tracker coronavirus-tracking covid-19-api covid-19-brazil covid-2019 covid-tracking covid-virus covid19-data covidbr
Last synced: 5 months ago
JSON representation
COVIDBR API —— API de tracking dos casos de COVID-19 no Brasil
- Host: GitHub
- URL: https://github.com/vmarcosp/covidbr-api
- Owner: vmarcosp
- Archived: true
- Created: 2020-03-19T02:53:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T03:01:12.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:19:30.493Z (7 months ago)
- Topics: coronavirus, coronavirus-api, coronavirus-brazil, coronavirus-tracker, coronavirus-tracking, covid-19-api, covid-19-brazil, covid-2019, covid-tracking, covid-virus, covid19-data, covidbr
- Language: TypeScript
- Homepage: http://covidbr-api.herokuapp.com
- Size: 646 KB
- Stars: 26
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme-en.md
Awesome Lists containing this project
README
## Description
Corona virus tracking API in Brazil## Related projects
This API is part of the information tracking project on COVID-19 in Brazil. It is used by a webapp to track national data:
- [COVIDBR App](https://github.com/vmarcosp/covidbr-app)## Data source
The project currently has two data sources:
- https://www.worldometers.info/coronavirus/ - Where the API fetches global and national data
- https://github.com/wcota/covid19br - Where the API fetches state and municipal data
The second data source is temporary, given that the Ministry of Health platform, IVIS, is down and should return
coming soon.## Up and Running
### Settings
- Create a copy of the `.env.sample` file and rename it to` .env`
- Change the `PORT` value for the port you want to run the application on### Running the API
Open the terminal in the project folder and run the command below:
```sh
yarn dev # ou npm run dev
```
## ThanksThis project was only possible thanks to the people mentioned below:
- [Wesley Costa](https://github.com/wcota) - For providing municipal and state data
- [Iago Laguna](https://github/iagolaguna) - Contributed to the development of this API
- [Leonardo Habitzreuter](https://github.com/leonardohabitzreuter) - Contributed to the development of the API
- [Rebecca Gonzalez](https://dribbble.com/rebeccagonzalez) - Developed the entire web application design
- COVID-19 Data Treatment Group on Telegram - Keeping data updated daily, regardless of the Ministry of Health's IVIS platform## License
COVIDBR API is [WTFPL licensed](LICENSE).