1.0.1 • Published 9 years ago

kindle-vocab v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

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.