Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/natronics/d3-smorgasbord

Examples and graphs built in d3
https://github.com/natronics/d3-smorgasbord

Last synced: about 2 months ago
JSON representation

Examples and graphs built in d3

Awesome Lists containing this project

README

        

# D3-Smorgasbord

Examples and graphs built in d3

## Install for the first time:

Make sure you have some packages:

# apt-get install python python-dev python-pip virtualenvwrapper

Create a virtual environment

$ mkvirtualenv d3-smorgasbord
(d3-smorgasbord)$ pip install -r requirements.txt

## Run locally:

Start virtual environment

$ workon d3-smorgasbord

Start web.py server

(d3-smorgasbord)$ python server.py

Go to [localhost:8080](http://localhost:8080)