1.0.2 • Published 3 years ago

@percuss.io/soundslice-url-to-scorehash v1.0.2

Weekly downloads
32
License
ISC
Repository
github
Last release
3 years ago

soundslice-url-to-scorehash

Given a Soundslice URL, return the slice's scorehash. This is a unique identifier with a maximum size of 6 characters.

1. Installation

https://www.npmjs.com/package/@percuss.io/soundslice-url-to-scorehash

$ npm install @percuss.io/soundslice-url-to-scorehash

2. Usage

const soundsliceUrlToScorehash = require('@percuss.io/soundslice-url-to-scorehash');

const scorehash = soundsliceUrlToScorehash('https://www.soundslice.com/slices/C1FVc/');

console.log(scorehash);
// C1FVc
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago