MusicPlayStorePrices
A library to get play store prices for music as returned by their webpage
This project is not endorsed by of affiliated with Google in any way.
Usage
Download via npm
npm install musicplaystoreprices
Require Library
var playSearch = ;
Search For Song
Using Node JS callback style:
var options = "artist": "Tremonti" "song": "Cauterize"playSearch;
Search For Album
Using Node JS callback style:
var options = "artist": "Tremonti" "album": "Cauterize"playSearch;