UNPKG

@green-code/music-track-data

Version:

A music API. Provides you an array of music track data including lyrics, album, artist and title, simply by performing a fuzzy search on the lyrics or title.

11 lines (10 loc) 365 B
/** * 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 songs (only these have been tested, I don't know about others). * Sources: deezer.com & lyrics.ovh * Author: github.com/beningreenjam */ module.exports = require('./src/data');