kindle-vocab

1.0.1 • Public • Published

kindle-vocab

NOTICE: Module was tested on Kindle Paper White 3 (300dpi)

The module reads and returns the Vocabulary Builder words from the Kindle device.

Installation

npm install kindle-vocab --save

Usage

var kindleVocab = require('kindle-vocab');
 
kindleVocab(function(result) {
  console.log(result);
})
var kindleVocab = require('kindle-vocab');
 
kindleVocab({csv: true, duplicates: true}, function(result) {
  console.log(result);
})

Default configuration

{
  "path": "/Volumes/Kindle/system/vocabulary/vocab.db",
  "csv": "false",
  "duplicates": "false"
}

NOTE: default path configuration works only for MacOSX.

Readme

Keywords

Package Sidebar

Install

npm i kindle-vocab

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • aleksanderson