Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node wrapper for epubcheck

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages