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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.7
    2
    • latest

Version History

Package Sidebar

Install

npm i bpm2spotify

Weekly Downloads

2

Version

0.0.7

License

Apache-2.0

Last publish

Collaborators

  • jlipps