some experimental stuff with the tumblr api + graphviz
u need node and graphviz (and probably a unix-like system)
install the deps:
$ npm i uuid babel-cli babel-preset-es2015 babel-preset-stage-2
# or simply
$ npm i
u need oauth credentials in order to use the api, you can register a new app here.
$ export CONSUMER_KEY=...
$ export CONSUMER_SECRET=...
$ export TOKEN=...
$ export TOKEN_SECRET=...
$ node_modules/.bin/babel-node app > result.log
# ...
$ node_modules/.bin/babel-node inspect < result.log > graph.dot
$ sfdp -Tpng graph.dot > graph.png
# yay \o/
MIT