Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/natronics/d3-smorgasbord
- Owner: natronics
- Created: 2013-01-19T23:31:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T00:00:51.000Z (almost 12 years ago)
- Last Synced: 2024-04-16T18:09:29.678Z (9 months ago)
- Language: JavaScript
- Size: 327 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)