daisy-streamify

0.0.1 • Public • Published

daisy-streamify

Very WIP

var resource = require('daisy-resources');
var streamer = require('daisy-streamify');
 
var book = resource('path/to/book/folder');
var bookstream = streamer(book, 'path/to/destination');
 
bookstream.on('error', function(err) {
  console.error('Error reported', err);
});

Dependencies

  • mp3cat (http://tomclegg.net/mp3cat) in your PATH

Readme

Keywords

Package Sidebar

Install

npm i daisy-streamify

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • saebekassebil