azlyrics
v2.0.0
Published
An AzLyrics API
Downloads
5
Readme
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) |