Skip to main content

Installation

The Spidify SDK is published on npm and can be easily installed into your existing project.

Prerequisites

  • Node.js version 16.x or higher
  • A Spidify API Key (obtainable from your Spidify dashboard)

Install via npm

To install the SDK, run the following command in your terminal:

npm install @ha-shem/Spidify-sdk

Install via yarn

If you prefer using yarn:

yarn add @ha-shem/Spidify-sdk

Install via pnpm

If you use pnpm:

pnpm add @ha-shem/Spidify-sdk

Once installed, you are ready to configure and start the SDK in your application. See the Quick Start guide to begin.