https://github.com/tangrams/simple-demo
The simplest possible stand-alone Tangram setup.
https://github.com/tangrams/simple-demo
Last synced: about 1 year ago
JSON representation
The simplest possible stand-alone Tangram setup.
- Host: GitHub
- URL: https://github.com/tangrams/simple-demo
- Owner: tangrams
- License: mit
- Created: 2014-11-21T23:50:13.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T20:08:54.000Z (over 4 years ago)
- Last Synced: 2025-03-15T03:15:58.682Z (about 1 year ago)
- Language: HTML
- Homepage: https://tangrams.github.io/simple-demo/
- Size: 3.1 MB
- Stars: 69
- Watchers: 20
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-demo
A very simple [Tangram](http://github.com/tangrams/tangram) setup.
Live demo: http://tangrams.github.io/simple-demo/

### 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
5) Then navigate to: [http://localhost:8000](http://localhost:8000)