cricket-music
v1.0.3
Published
A Simple API Wrapper for the cricket API
Downloads
19
Readme
Welcome to Cricket!
Cricket is one of the easiest ways to fetch Spotify data from your user account, Easily letting you get Lyrics data for displaying cleanly on your own sites
Usage
import CricketClient from "cricket-music"
const client = new CricketClient({})
let data = await client.getCurrentlyPlaying("<SPOTIFY USER ID>")