Skip to content

Latest commit

 

History

104 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker

This repository contains a REST API package that consolidates & provides real-time data on the availability of hospital beds, oxygen, and medicines across multiple sources for COVID-19. The data is updated every 30 minutes and is segmented by state, city, and pincode.

API Endpoints

Hospital Beds

Oxygen

Medicine

Getting Started

Clone the repository:

cd covid-tracker
  • Install the required packages:
pip install -r requirements.txt
  • Run the application:
python run.py
  • Access the APIs using the provided endpoints.

Dependencies

  • Flask 2.0.1

Note

  • This application uses in-memory data storage for demonstration purposes. In a production environment, you should replace it with a proper database.
  • Ensure proper error handling, authentication, and security measures in a production environment.

Remember to replace the placeholders like STATE, CITY, PINCODE, and your-username with actual values. This README provides a basic structure, and you can customize it based on your project's specifics.

Directory Structure:

covid_tracker/ │ ├── app/ │ ├── init.py │ ├── models.py │ ├── routes.py │ └── services.py ├── config.py ├── requirements.txt └── run.py

About

An all-in-one REST API package offering real-time data consolidation on COVID-19 resources, including hospital beds, oxygen, and medicines, sourced from multiple providers.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages