1.2.1 • Published 3 years ago

music-info v1.2.1

Weekly downloads
52
License
GPL-3.0
Repository
github
Last release
3 years ago

music-info

NPM NPM NPM NPM NPM

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 and album 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

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.1-alpha.1

3 years ago

1.0.0-alpha.4

3 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago

1.0.0

3 years ago