0.2.5 • Published 6 years ago

grab-lyrics v0.2.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

grab-lyrics

Fetch and grab lyrics easily.

Build Status codecov

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:

  1. AZLyrics
  2. MetroLyrics
  3. MojimLyrics

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


## Author
Jaosn Yu
0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.1.0

6 years ago