2.0.0 • Published 8 years ago
azlyrics v2.0.0
azlyrics.js
azlyrics.js is a NodeJS package that interacts with the AZLyrics website.
All methods return promises which resolve different things.
Supported methods
| Name | Resolves | Arguments |
|---|---|---|
| getAlbums | Array | (artistName : String) |
| getSongs | Array | (artistName : String) |
| getLyrics | String | (artistName : String, songName: String) |