An open API service indexing awesome lists of open source software.

https://github.com/prust/book-formatter

Converts HTML file downloaded from Google Docs into one that will generate a good-looking book through kindlegen
https://github.com/prust/book-formatter

Last synced: 2 months ago
JSON representation

Converts HTML file downloaded from Google Docs into one that will generate a good-looking book through kindlegen

Awesome Lists containing this project

README

          

# book-formatter

Converts HTML file downloaded from Google Docs into one that will generate a good-looking book through kindlegen

## Usage

```
$ npm install
cheerio@0.19.0 node_modules/cheerio
├── entities@1.1.1
├── dom-serializer@0.1.0 (domelementtype@1.1.3)
...

$ node book-formatter.js myBook.html
Book formatted and output to: myBook.formatted.html
```