grab-lyrics
Fetch and grab lyrics easily.
This package tries to provide an easy interface to fetch the artist, title, and lyrics given a link. Currently this package supports 3 major lyrics providers:
Motivation
The motivation behind this package mainly is for another project of mine Split Lyrics which split the lyrics into half and display them on the screen so that we won't need to scroll while singing/player guitar.
Library
This package exposes grabLyrics(url)
function which return a Promise
that resolves to an Object { title, artist, lyrics }
.
Install
npm i --save grab-lyrics
Usage
const grabLyrics ## CLI ## AuthorJaosn Yu