An open API service indexing awesome lists of open source software.

https://github.com/tangrams/generic-demo

A generic Tangram setup for Mapzen maps
https://github.com/tangrams/generic-demo

Last synced: 11 months ago
JSON representation

A generic Tangram setup for Mapzen maps

Awesome Lists containing this project

README

          

# generic-demo

A generic [Tangram](http://github.com/tangrams/tangram) setup for [Mapzen](http://github.com/mapzen) maps.

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

### To run locally:

Start a web server in the repo's directory:

python -m SimpleHTTPServer 8000

If that doesn't work, try:

python -m http.server 8000

Then navigate to: [http://localhost:8000](http://localhost:8000)