Skip to content

Instantly share code, notes, and snippets.

@silviolorusso
silviolorusso / index.coffee
Created June 17, 2014 17:49
tumblr-2-epub
tumblr = require 'tumblr'
cheerio = require 'cheerio'
Tumblr2Peepub = (tumblrConfig) ->
that = this
this.tumblrConfig = tumblrConfig
allPosts = []
totalPosts = false
bookDoc = {}