New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kindle-clippings-to-json

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kindle-clippings-to-json

Converts an email consisting of Kindle clippings into a JSON object

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
Maintainers
1
Weekly downloads
 
Created
Source

Convert an email including Kindle clippings into a JSON object.

Installation

npm install kindle-clippings-to-json --save

How to import your Kindle clippings

  1. Plug your Kindle into a computer using the USB cable
  2. Find the My Clippings.txt file
  3. Copy the clippings you want to import, beginning with the ==========
  4. Paste the clippings into the email body

API

toJSON(email) ⇒ Promise.<Object>

Convert a Kindle clippings email into a JSON object. Rejects if the mail doesn't include valid Kindle clippings.

ParamType
emailBuffer | Stream | String

Example

const toJSON = require("kindle-clippings-to-json");
const email = readFile(emailPath);

toJSON(email).then((data) => {
	console.log(data);
});

FAQs

Package last updated on 27 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc