cody-music
Advanced tools
Comparing version 2.6.81 to 2.6.82
@@ -33,2 +33,3 @@ "use strict"; | ||
"hip hop", | ||
"rap", | ||
"hip-hop", | ||
@@ -35,0 +36,0 @@ "chill", |
@@ -52,2 +52,12 @@ "use strict"; | ||
}); | ||
it("Fetch Spotify Artist", done => { | ||
// song: Soliloquy | ||
// artist: Isaiah Rashad | ||
// genre: chamber pop folk-pop indie folk indie pop indie rock modern rock stomp and holler | ||
CodyMusic.getSpotifyGenre("Kamiyada+").then((result) => { | ||
console.log("GENRE: ", result); | ||
expect(result).to.not.equal(""); | ||
done(); | ||
}); | ||
}); | ||
}); |
@@ -31,2 +31,3 @@ import axios, { AxiosInstance } from "axios"; | ||
"hip hop", | ||
"rap", | ||
"hip-hop", | ||
@@ -33,0 +34,0 @@ "chill", |
{ | ||
"name": "cody-music", | ||
"version": "2.6.81", | ||
"version": "2.6.82", | ||
"description": "mac osx spotify and itunes music player controller, spotify audio features, itunes and spotify genre, and playlist control", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -59,2 +59,13 @@ import { TestUtil } from "../util"; | ||
}); | ||
it("Fetch Spotify Artist", done => { | ||
// song: Soliloquy | ||
// artist: Isaiah Rashad | ||
// genre: chamber pop folk-pop indie folk indie pop indie rock modern rock stomp and holler | ||
CodyMusic.getSpotifyGenre("Kamiyada+").then((result: any) => { | ||
console.log("GENRE: ", result); | ||
expect(result).to.not.equal(""); | ||
done(); | ||
}); | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
510493
114
12483