Covid-19 is causing considerable disruption worldwide and a lot of people don't know where to find information about the measures taken by their local governments.
We created Locally Informed to help people identify all the key information relevant to their city, state/province, and nation.
Users can go to local.quarantinesupport.com to find all their relevant official sources. This is useful for people to get dialed-in to the right information sources and for other application developers, media, and institutions to help people stay on top of announcements for their region.
We're crowdsourcing the official information by location right now — you can make a difference by adding your local data and telling others about the project. This project was led up by Ultraworking's CTO, Lee Knowlton — we're turning all our attention to helping people affected by lockdown, quarantine, and who have disrupted routines during the Pandemic.
It only takes 5-10 minutes to update data and can make a considerable difference in helping people get informed.
Our motto for this time period is "Parati Servire" — we're here to serve.
Thank you for helping and for spreading the word. Stay safe and strong out there,
Lee Knowlton CTO, Ultraworking
regions
for India have been updated from City-level to State-level.
- [COUNTRY_ISO_CODE]: The 3-Letter ISO Alpha-3 code for the target country. (Example —
nzl
for New Zealand). - [REGION_NAME]: For USA, this will be the 2-Letter State code. (Example —
ca
for California). For all other countries, this will be the name of the target city. Note: If the name has a space, replace that with the_
character. (Example —kuala_lumpur
for Kuala Lumpur City, Malaysia).
NOTE: both the [COUNTRY_ISO_CODE] and [REGION_NAME] should be in lower case.
To get started, you will first need to fork and clone the repository. If you are not familiar with contributing to public projects on GitHub the instructions can be found here.
You will then want to navigate to the regions folder. (locally-informed/countries/usa/regions
).
- Find the JSON file for the State by searching for its 2-Letter State Code. (Example —
ca.json
for California). - Open the JSON file using a text editor and add the resources by following the file structure.
- Save the file and commit and push to a branch in your cloned repository.
- Submit a Pull Request to the locally-informed repository.
Note: Make sure that a data source does not already exist for the State
- Copy the
region_template.json
file fromlocally-informed/templates
. - Paste the copied
region_template.json
file intolocally-informed/countries/usa/regions
. - Rename the file with the 2-Letter State Code. Example —
tx.json
for Texas. - Open the template and follow the structure to add resources. You can use data sources for other States as reference.
- Save the file and commit and push to a branch in your cloned repository.
- Submit a Pull Request to the locally-informed repository.
To get started, you will first need to fork and clone the repository. If you are not familiar with contributing to public projects on GitHub the instructions can be found here.
- Find the JSON file for the Country by searching for its 3-Letter ISO Alpha-3 code. (Example —
deu.json
for Germany). - Open the JSON file using a text editor and add the resources by following the file structure.
- Save the file and commit and push to a branch in your cloned repository.
- Submit a Pull Request to the locally-informed repository.
Note: Make sure that a data source does not already exist for the Country
- Copy the
country_template.json
file fromlocally-informed/templates
. - Create a new folder inside
locally-informed/countries
. - Rename the folder with the 3-Letter ISO Alpha-3 code. (Example —
ita
for Italy). - Paste the copied
country_template.json
file into the created folder. - Rename the file with the 3-Letter ISO Alpha-3 code. (Example —
ita.json
for Italy). - Open the template and follow the structure to add resources. You can use data sources for other Countries as reference.
- Save the file and commit and push to a branch in your cloned repository.
- Submit a Pull Request to the locally-informed repository.
- Find the JSON file for the City by searching for its City name inside
locally-informed/countries/[COUNTRY_NAME]/regions
. (Example —warsaw.json
for Warsaw, Poland). - Open the JSON file using a text editor and add the resources by following the file structure.
- Save the file and commit and push to a branch in your cloned repository.
- Submit a Pull Request to the locally-informed repository.
Note: Make sure that a data source does not already exist for the City
- Copy the
region_template.json
file fromlocally-informed/templates
. - Paste the copied
region_template.json
file intolocally-informed/countries/[COUNTRY_NAME]/regions
. - Rename the file with the respective city name. (Example —
auckland.json
for Auckland, New Zealand). - Open the template and follow the structure to add resources. You can use data sources for other Cities as reference.
- Save the file and commit and push to a branch in your cloned repository.
- Submit a Pull Request to the locally-informed repository.