0.2.1 • Published 10 years ago
spotify-countries v0.2.1
spotify-countries  
 
list of countries that Spotify is available in
Install
$ npm install --save spotify-countriesUsage
var spotifyCountries = require('spotify-countries');
spotifyCountries(function(countries){
  console.log(countries);
  // => [ { title: 'Andorra', countryCode: 'AD', url: 'https://www.spotify.com/ad/', ...
});CLI
$ npm install --global spotify-countries$ spotify-countries --help
  list of countries that Spotify is available in
  Example
    spotify-countries
    =>  🇦🇩  Andorra                         https://www.spotify.com/ad/
        🇦🇷  Argentina                       https://www.spotify.com/ar/
        🇦🇹  Austria                         https://www.spotify.com/at/
    License
MIT © Matias Singers