Socket
Book a DemoInstallSign in
Socket

@spinamp/spinamp-sdk

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinamp/spinamp-sdk

Set of javascript async functions for communication between client app and the spinamp pipeline

0.0.13
latest
Source
npmnpm
Version published
Weekly downloads
81
118.92%
Maintainers
2
Weekly downloads
 
Created
Source

@spinamp/spinamp-sdk

Spinamp-SDK is a javascript client sdk for the growing web3 music ecosystem. It provides access to Spinamp's Spindexer API, which includes music nft activity, music content and metadata, including:

  • Music NFT mints, transfers (sales/bids coming soon)
  • Artist data and profiles, which are aggregated across all their cross-platform activity into cohesive, discographic views.
  • Track data and metadata, including optimized audio and images with a fast CDN for great UX

Additionally, it has early support for the Playlisting API for viewing and creating users playlists

Installation

The package can be installed using yarn or npm:

yarn add @spinamp/spinamp-sdk

or

npm i @spinamp/spinamp-sdk

Usage

To use any function (or type) from the SDK just simply use named imports, for example:

import {fetchTrackBySlug, ITrack} from '@spinamp/spinamp-sdk';

fetchTrackBySlug('loaded').then((track: ITrack | null) => {
    console.log(track);
});

For further usage examples and comprehensive API Reference, see the documentation.

FAQs

Package last updated on 23 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.