/is-pokemon-go-released

🤔 Check if Pokémon GO has been officially released in a certain country. 📦

Primary LanguageJavaScript

Is Pokémon Go Released Build Status

Check if Pokémon GO has been officially released in a certain country.

Install

npm install --save is-pokemon-go-released

Usage

const isReleased = require('is-pokemon-go-released')

isReleased('us')
  .then(result => console.log(result))
// => true

Example

npm start --country='de'
// => false

The cURL Way

curl -s https://itunes.apple.com/us/app/pokemon-go/id1094591345 | grep view-in-itunes | wc -l
// => true

Related

is-pokemon-go-up

Licence

MIT © David Neubauer

GO GO GO catch 'em all 🏃