Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

passcod/kndl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built with Grunt!

KINDLE WRAPPER

Screenshot

Uses node-webkit to provide a single-purpose window onto Kindle's web version. Made in the same vein as my earlier twd but actually works better for some reason out my control.

Require node-webkit 0.7.x or greater.

RUNNING

all platforms

from source:

# Install node-webkit
$ git clone git://github.com/passcod/kndl.git
$ cd kndl
$ nw .

from package:

# Install node-webkit
$ wget https://github.com/passcod/kndl/releases/download/v1.0.0/app.nw
$ nw app.nw

pre-built binaries

These are a nightmare to make. Do it yourself if you want to.