kindle_push

0.2.3 • Public • Published

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

Package Sidebar

Install

npm i kindle_push

Weekly Downloads

1

Version

0.2.3

License

MIT

Last publish

Collaborators

  • yiting007