https://github.com/koopjs/foss4g-2017-demo
https://github.com/koopjs/foss4g-2017-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/koopjs/foss4g-2017-demo
- Owner: koopjs
- License: apache-2.0
- Created: 2017-08-16T11:51:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:39:49.000Z (over 3 years ago)
- Last Synced: 2025-01-24T10:47:17.514Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FOSS4G-2017-Demo
## Installation
1. Install Claudia JS: https://claudiajs.com/tutorials/installing.html
2. `npm i`
## Plugins Installed
- Google Sheets Provider
- GeoServices Output
- Vector Tiles Output
- WFS Output
## Local Development
- Comment out the `module.exports` line in server.js and replace with `koop.server.listen(1337)`
## Environment Variables
- `GOOGLESHEETS_AUTH`: Get from the Google Cloud Console. Must be set for Google Sheets provider to function
## Deployment
- `./create.sh`: creates new lambda function and api gateway
- `./update.sh`: updates the lamda function