Skip to content

A service to store data keyed by geographical coordinates

Notifications You must be signed in to change notification settings

nickcotter/enimga-cache-server

Repository files navigation

enimga-cache-server

A service to store data keyed by geographical coordinates

Building The Client JavaScript

browserify -r crypto-js -o static/crypto-js-bundle.js browserify -r escape-html -o static/escape-html-bundle.js

To Run Locally

node server.js

Local Datastore Emulator

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)

Docker

To build:

./build.sh

To run:

./run.sh

About

A service to store data keyed by geographical coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages