yiting007 / kindle_push

push files to kindle from command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

push files to kindle from command line


Languages

Language:JavaScript 100.0%