Skip to content

Instantly share code, notes, and snippets.

@antimatter15
Created August 6, 2016 03:18
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 antimatter15/4c5acf15b60f01c0db2526aba0ffbc49 to your computer and use it in GitHub Desktop.
Save antimatter15/4c5acf15b60f01c0db2526aba0ffbc49 to your computer and use it in GitHub Desktop.
Zaaaam
doc.serialize()
fetch('http://api.github.com/gists/2cd43f5b2756e14493f6e5d812f1ed8a', {proxy: false})
.then(x => x.json())
.then(x => {
var files = x.files
var metadata = JSON.parse(files['metadata.json'].content)
})
{"cells":[{"probes":[{"start":0,"end":10,"id":"&qbg7qu"}],"id":"&nyodos","name":"cell0.js"},{"probes":[{"start":0,"end":15,"id":"&3k8q8j"}],"id":"&jdp74w","name":"cell1.js"},{"probes":[{"start":0,"end":205,"id":"&k8d9n6"},{"start":160,"end":202,"id":"&2ox19d","expanded":true,"expanded_set":true,"visible":true,"visible_set":true},{"start":171,"end":193,"id":"&trasol","expanded":true,"expanded_set":true,"visible":true,"visible_set":true}],"id":"&gjwcdf","name":"cell2.js"},{"probes":[{"start":0,"end":5,"id":"&efpj0n"}],"id":"&h995rw","name":"cell3.js"},{"probes":[],"id":"scratch0","name":"cell4.js"},{"probes":[],"id":"cell0","name":"cell5.js"}],"selections":[{"head":{"line":0,"ch":10},"anchor":{"line":0,"ch":10}}],"kernel_name":"Javascript","title":"Zaaaam"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment