ExpDev07 / coronavirus-tracker-api

🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
https://coronavirus-tracker-api.herokuapp.com
GNU General Public License v3.0
1.59k stars 320 forks source link

Lab 8 Aggregation of Base URLs #382

Closed emlee518 closed 3 years ago

emlee518 commented 3 years ago

Applied aggregation to the base URLs of the data sources by creating a new class called "BASE_URLs" in "app/services/locationinit.py." Also updated how the base URLS can be called through "BASE_URLs" in their respective files.