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

https://github.com/vishnuravi/hospital-capacity

Visualize bed capacity and COVID statistics at hospitals in the US using federal data
https://github.com/vishnuravi/hospital-capacity

covid19-tracker hospital

Last synced: 8 months ago
JSON representation

Visualize bed capacity and COVID statistics at hospitals in the US using federal data

Awesome Lists containing this project

README

          

# Hospital Capacity Tracker

This project visualizes US COVID-19 facility-level capacity data released [from healthdata.gov](https://healthdata.gov/Hospital/COVID-19-Reported-Patient-Impact-and-Hospital-Capa/anag-cw7u).

Live version can be seen at [hospitalbed.space](https://hospitalbed.space).

Screenshot

## Project Structure

- `/api` - RESTful API (Node.js/Express)
- `/tracker` - Tracker web app (React)
- `/data` - Scripts to download and process the dataset

Please see READMEs in the above folders for further instructions.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)