papermonk
v0.0.3
Published
Streaming pdf fetcher for academic papers.
Downloads
18
Readme
papermonk
Use papermonk to extract bibliometric data (including a link to the pdf) from publishers, while also downloading pdfs and journals, including supplementary materials.
install
With npm do:
npm install -g papermonk
Alternatively, install from git:
npm install git://github.com/kanzure/papermonk.git
or from a local git repo:
git clone [email protected]:kanzure/papermonk.git papermonk
cd papermonk/
npm install .
usage
var papermonk = require("papermonk");
var options = {
pdf: true,
}
papermonk.download("http://httpbin.org/get", options, function(bibliometricdata, pdfstream) {
console.log("metadata: " + bibliometricdata);
});
testing
TODO
TODO
papermonk tests
example module
example module testing
license
BSD