文件名称:kindle_push:从命令行推送文件到kindle
文件大小:10.7MB
文件格式:ZIP
更新时间:2024-07-03 05:06:19
JavaScript
使用命令行推送到 Kindle,供个人使用 安装 $ npm install kindle_push 用法 配置文件名:.kindle.json 路径:$HOME 示例 json 文件: { "serviceType" : "gmail", //default "serviceEmail" : "your service email(gmail)", "servicePwd" : "your service email's password", "senderEmail" : "your sender email", "receiverEmail" : "your kindle email" } 第一次运行时,系统会要求您设置配置文件。 然后运行命令 $ kindle_push [file1] [file2] ..