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 Automation pages found in the left-hand side navigation or read through the complete list of commands on GitHub.
Add Install it to your project by running:
1npm install calibre --save
1yarn add calibre