Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverswitzer/should-i-go-outside-now
An app that makes of the Google Places API to tell you when the least risky time to do errands is during the COVID-19 outbreak
https://github.com/oliverswitzer/should-i-go-outside-now
Last synced: 10 days ago
JSON representation
An app that makes of the Google Places API to tell you when the least risky time to do errands is during the COVID-19 outbreak
- Host: GitHub
- URL: https://github.com/oliverswitzer/should-i-go-outside-now
- Owner: oliverswitzer
- Created: 2020-03-28T23:09:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:47:21.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:53:22.820Z (7 months ago)
- Language: TypeScript
- Size: 3.89 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Should I Go Outside Now
An app that makes of the Google Places API to tell you when the least risky time to do errands is during the COVID-19 outbreak### Getting Started
**📁 places-api**
The API that the native app uses lives under places-api. See the README.md that lives in the directory to understand how to set that up
I had to create this as a github submodule in order to be able to deploy to Heroku whilst also having the code live as a part of this repo.
The app currently lives at https://corona-errands-helper.herokuapp.com
**📁 client**
The react-native application that reads from the places api.