musixmatch-node
v1.0.2
Published
Node API wrapper for Musixmatch API service
Downloads
7
Maintainers
Readme
Usage:
Install
npm install musixmatch-node
Import
const Musixmatch = require('musixmatch-node')
const mxm = new Musixmatch(/* YOUR API KEY */)
Get lyrics by track and artist
const lyrics = await mxm.getLyricsMatcher({
q_track: 'sick sick sick',
q_artist: 'queens of the stone age',
})