Awesome
simple-demo
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.yaml
file and replace theapi_key
value 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