A service to store data keyed by geographical coordinates
browserify -r crypto-js -o static/crypto-js-bundle.js browserify -r escape-html -o static/escape-html-bundle.js
node server.js
For full instructions see here
Run it via this script:
./local-datastore.sh
Then apply the environment variables before running node:
$(gcloud beta emulators datastore env-init)
When finished with the emulator unset the variables:
$(gcloud beta emulators datastore env-unset)
To build:
./build.sh
To run:
./run.sh