epubcheck

0.1.3 • Public • Published

ePub Check for Node.js

Node wrapper for epubcheck.

How to install it?

$ npm install epubcheck

How to use it?

var epubCheck = require("epubcheck");

epubCheck("./book.epub", function(err, details) {
    // do something
    // details.messages is a list of {type,content} object
});

Readme

Keywords

none

Package Sidebar

Install

npm i epubcheck

Weekly Downloads

5

Version

0.1.3

License

none

Last publish

Collaborators

  • samypesse