1.2.1 • Published 4 years ago
music-info v1.2.1
music-info
npm module for searching songs and albums.
Usage
Song search
let musicInfo = require("music-info");
musicInfo.searchSong({ title: "November Rain", artist: "Guns N Roses", album: "Use Your Illusion I" }, 1000).then(console.log);
1000
is the size of the artwork. Default value is 600.artist
andalbum
parameters are optional.
Album search
let musicInfo = require("music-info");
musicInfo.searchAlbum({ name: "Appetite For Destruction", artist: "Guns N Roses" }, 1000).then(console.log);
1000
is the size of the artwork. Default value is 600.artist
parameter is optional.
Lyrics search
let musicInfo = require("music-info");
musicInfo.searchLyrics({ title: "Since I Don't Have You", artist: "Guns N Roses" }).then(console.log);
artist
parameter is optional.
1.2.1
4 years ago
1.2.0
4 years ago
1.1.9
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.1
4 years ago
1.1.2
4 years ago
1.1.0
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.1-alpha.1
4 years ago
1.0.0-alpha.4
4 years ago
1.0.0-alpha.3
4 years ago
1.0.0-alpha.2
4 years ago
1.0.0-alpha.1
4 years ago
1.0.0
4 years ago