simple-demo icon indicating copy to clipboard operation
simple-demo copied to clipboard

The simplest possible stand-alone Tangram setup.

simple-demo

A very simple Tangram setup.

Live demo: http://tangrams.github.io/simple-demo/

tangram-demo screenshot

To run locally:

  1. Clone this repo

  2. Sign up for a Nextzen API key here: https://developers.nextzen.org/

  3. Edit the scene.yaml file and replace the api_key value with your own key.

  4. Start a web server in this demo's directory:

    python -m SimpleHTTPServer 8000

If that doesn't work, try:

python -m http.server 8000
  1. Then navigate to: http://localhost:8000