song-lyrics-api
Version:
A Lyrics API. Provides you lyrics of a song.
11 lines (10 loc) • 383 B
JavaScript
/**
* Simple JavaScript API to find lyrics of any song.
* Unfortunately, not all songs have lyrics but it returns a comfortable to read
* array of objects.
*
* Supports: English and Russian songs (only these have been tested, I don't know about others).
* Sources: deezer.com & lyrics.ovh
* Author: github.com/s0ftik3
*/
module.exports = require('./src/lyrics');