Skip to content

ninjascribble/d3sy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3sy: A quick and dirty d3 playground with Node.js

d3sy is just a little sandbox for random experiments with d3. Nothing super-special here, but maybe worth a look if you're just getting started with the library and want some code to jump off with.

Quickstart

$ git clone git@github.com:ninjascribble/d3sy.git
$ cd d3sy
$ nmp install
$ node app

then browse to: http://localhost:3000

What is d3?

d3 is a JavaScript library that's often used for data visualizations. It contains a model for creating and updating documents through manipulation of the underlying data, and a deep API for drawing and animating SVG.

About

d3sy: A quick and dirty d3 playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published