Node.js API


The Calibre Node.js API is an essential tool for building custom Calibre integrations. Use it to automate almost any account management or performance data-fetching task.

Here's a small sample of things it can do:

For a comprehensive guide to individual features of the Node.js API, browse the CLI and API pages found in the left-hand side navigation or read through the complete list of commands on GitHub.

Installation#

Add Install it to your project by running:

npm install calibre --save

On this page