Skip to content

1tuan1/musixmatchlyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published