We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c7e4ae + 7274f96 commit 6bc1467Copy full SHA for 6bc1467
app/utils/baseurls.py
@@ -0,0 +1,10 @@
1
+import enum
2
+
3
+class BaseUrl(str, enum.Enum):
4
+ """
5
+ A base url available for retrieving data.
6
7
8
+ JHU = "https://raw.githubusercontent.com/CSSEGISandData/2019-nCoV/master/csse_covid_19_data/csse_covid_19_time_series/"
9
+ CSBS = "https://facts.csbs.org/covid-19/covid19_county.csv"
10
+ NYT = "https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-counties.csv"
0 commit comments