0.2.3 • Published 9 years ago

kindle_push v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Push to Kindle using command line, for personal use

Install

$ npm install kindle_push

Usage

Configuration file name: .kindle.json Path: $HOME

Example json file:

   {
    "serviceType"   : "gmail",  //default
    "serviceEmail"  : "your service email(gmail)",
    "servicePwd"    : "your service email's password",
    "senderEmail"   : "your sender email",
    "receiverEmail" : "your kindle email"
   }

First time running you will be asked to set up the config file.

Then run command

$ kindle_push [file1] [file2] ...

License

MIT © Yiting Li