bi1yeu / tumblrtop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tumblr Top

SPA to display the top original posts for a given Tumblr tumblelog. Gives users a quick visualization of the following metrics:

  • ratio of reblogged posts to original posts
  • notes over time
  • most popular post types (photo, text, etc), by post count and note count
  • most popular tags, by post count and note count

Here it is (possibly NSFW, depending on what blog you enter)

Building

$ export TUMBLR_CONSUMER_KEY=mYtuMb1r0aUthC0nSuMerKey
$ npm install
$ bower install
$ gulp

The default gulp task will build and serve the page on localhost:3000.

Jasmine unit tests can be run with gulp test.

Get your own Tumblr OAuth credentials.

About

License:MIT License


Languages

Language:CoffeeScript 69.4%Language:HTML 19.1%Language:JavaScript 11.4%