bpm2spotify

0.0.7 • Public • Published

bpm2spotify

Insert a BPM, get a random Spotify link for a track with that BPM

Use

npm install bpm2spotify

Then:

import SongFinder from 'bpm2spotify';

async function myFunction () {
    let s = new SongFinder();
    let song = await s.getRandomSong(150);
    console.log(song);
    // --> {artist: 'foo', song: 'bar', spotifyUrl: 'https://spotify...'}
}

Develop

Get set up:

npm install

Transpile code:

npm run build

Readme

Keywords

Package Sidebar

Install

npm i bpm2spotify

Weekly Downloads

0

Version

0.0.7

License

Apache-2.0

Last publish

Collaborators

  • jlipps