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
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    1
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i epubcheck

Weekly Downloads

0

Version

0.1.3

License

none

Last publish

Collaborators

  • samypesse