musixmatch-node

1.0.2 • Public • Published

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',
})

Package Sidebar

Install

npm i musixmatch-node

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • lefthandhacker