0.0.1 • Published 4 years ago

yakp v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Yet Another Kindle Parser

Parses Kindle Highlights from exported HTML file to JSON.

Installation

npm install yakp

or

yarn add yakp

Usage

import { Yakp } from 'yakp';

const yakp = new Yakp(stringifiedHtml);
const parsedNotebook = yakp.parse();
0.0.1

4 years ago