Skip to content

Instantly share code, notes, and snippets.

@enjalot
Created March 9, 2014 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enjalot/9456786 to your computer and use it in GitHub Desktop.
Save enjalot/9456786 to your computer and use it in GitHub Desktop.
test
{"description":"test","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"pingpong","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"inline-console":true,"thumbnail":"http://i.imgur.com/4XRQGgF.png","ajax-caching":true}
var x = 5;
console.log("x:", x);
d3.json("http://tributary.io/api/user/enjalot/latest/1/", function(err, data) {
console.log("err", err);
if(data) console.log(data.length);
})
d3.json("http://tributary.io/api/user/enjalot/latest/10/", function(err, data) {
console.log("err", err);
if(data) console.log(data);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment