Skip to main content
SCANOSS-JS is a Node.js SDK for interacting with the SCANOSS APIs and Engine. It can be installed globally on your system and used as a CLI, or added to your Node.js project as a dependency.

Prerequisites

Before you begin, ensure you have the following installed:
  • Node.js and npm (Node.js v14 or later recommended) — installing Node.js includes npm

Installation

CLI Installation

To install the SCANOSS CLI globally on your system:
npm install -g scanoss

SDK Installation

To install the SCANOSS SDK as a dependency in your Node.js project:
npm install scanoss