UNPKG

4lyrics

Version:

Get lyrics from 4 sites, lyrics.com, musixmatch.com, azlyrics.com and lyricslive.com

7 lines (5 loc) 178 B
const lyrics = require('./index'); lyrics.musixmatch.getURL('(dont fear) the reaper') .then(r => lyrics.musixmatch.getLyrics(r)) .then(console.log) .catch(console.error);