Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madbence/node-tumblr-map
https://github.com/madbence/node-tumblr-map
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madbence/node-tumblr-map
- Owner: madbence
- Created: 2016-04-17T19:23:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T09:21:41.000Z (over 8 years ago)
- Last Synced: 2024-08-02T16:53:22.780Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
- my-awesome-github-stars - madbence/node-tumblr-map - (JavaScript)
README
# tumblr-map
> some experimental stuff with the tumblr api + graphviz
## install
u need [node](https://nodejs.org) and [graphviz](https://graphviz.org) (and probably a unix-like system)
install the deps:
```sh
$ npm i uuid babel-cli babel-preset-es2015 babel-preset-stage-2
# or simply
$ npm i
```## usage
u need oauth credentials in order to use the api, you can register a new app [here](https://www.tumblr.com/oauth/apps).
```sh
$ 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/
```## license
MIT