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:

1npm install calibre --save
1yarn add calibre

Links and references