Skip to content

Instantly share code, notes, and snippets.

@alattis
alattis / fetch_kindle.js
Created March 6, 2020 22:30 — forked from tokland/fetch_kindle.js
Get back my books from Kindle
#!/usr/bin/env node
/*
* @fileoverview Program to free the content in kindle books as plain HTML.
*
* This is largely based on reverse engineering kindle cloud app
* (https://read.amazon.com) to read book data from webSQL.
*
* Access to kindle library is required to download this book.
*/