Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyleryasaka/safe-paths-qr-gen
Web page which encodes location coordinates as a QR code for the COVID SafePaths app
https://github.com/tyleryasaka/safe-paths-qr-gen
Last synced: 23 days ago
JSON representation
Web page which encodes location coordinates as a QR code for the COVID SafePaths app
- Host: GitHub
- URL: https://github.com/tyleryasaka/safe-paths-qr-gen
- Owner: tyleryasaka
- Created: 2020-05-06T19:22:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:00:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T11:27:02.653Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://safepaths-qr-6b479.web.app/
- Size: 3.94 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# safe-paths-qr-gen
Web page which encodes location coordinates as a QR code for the COVID SafePaths appDemo: https://safepaths-qr-6b479.web.app/
## Development
### Setup
- `npm install`
- `cp .env.example .env`
- Edit this `.env` file with your own [google api key](https://developers.google.com/maps/documentation). You will need to enable the `Maps Javascript API` and `Places API` in the Google Cloud Platform console for your project.### Run locally
- `npm start`### Build and deploy to firebase
- `npm run build`
- `npm run deploy`