musixmatchlyrics

0.0.1 • Public • Published

musixmatch

This module will help you to get API response from website https://www.musixmatch.com/

examples

const mx = require('musixmatchlyrics')
 
mx.tracks('adele', songs =>  {
    console.log(songs)
})

const mx = require('musixmatchlyrics')
 
mx.autocomplete('Rolling in the Deep', songs =>  {
    console.log(songs)
})

const mx = require('musixmatchlyrics')
 
mx.search('Rolling in the Deep', songs =>  {
    console.log(songs)
})

mx.search('Rolling in the Deep', songs =>  {
    mx.get(songs[0].url, lyric =>  {
        console.log(lyric)
    })
})

Package Sidebar

Install

npm i musixmatchlyrics

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

4.2 kB

Total Files

4

Last publish

Collaborators

  • 1tuan1