0.4.2 • Published 10 years ago

tumblr-2-pe-epub v0.4.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

tumblr-2-pe-epub

Fetches a Tumblr and converts it to peepub JSON format so you can easily make an e-book from a Tumblr

Install

npm install tumblr-2-pe-epub

Usage

var Tumblr2Peepub = require('tumblr-2-pe-epub');

var t2p = new Tumblr2Peepub({
  consumer_key: 'xxx',
  consumer_secret: 'xxx'
});

t2p.fetch('tumblr_prefix', function(err, json){
  console.log(json); // now you can use pe-epub to create an ebook
});

Development

index.coffee is the working file. Develop with....

npm run-script watch

Testing

You'll need your own Tumblr creds in config.js. Then...

npm test
0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago