simple-demo
September 17, 2021 ยท View on GitHub
A very simple Tangram setup.
Live demo: http://tangrams.github.io/simple-demo/

To run locally:
-
Clone this repo
-
Sign up for a Nextzen API key here: https://developers.nextzen.org/
-
Edit the
scene.yamlfile and replace theapi_keyvalue with your own key. -
Start a web server in this demo's directory:
python -m SimpleHTTPServer 8000
If that doesn't work, try:
python -m http.server 8000
5) Then navigate to: http://localhost:8000