Options
All
  • Public
  • Public/Protected
  • All
Menu

isrc-tools

isrc

This zero-dependency library provides some basic tools for easily parsing, validating, and stringifying ISRC codes in JavaScript and TypeScript. Slingshot uses it in production to support ISRC assignment in our distribution engine.

Install the package to get started:

npm install @ssh/isrc --save
# OR
yarn add @ssh/isrc

Docs

Detailed docs are available at slingshot.github.io/isrc. These docs will be updated on every release.

Generated using TypeDoc