is-pokemon-go-released

1.0.0 • Public • Published

Is Pokémon Go Released

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/search\?term\=pokemongo\&country\=us\&entity\=software | grep id1094591345 | wc -l
// => false

Related

is-pokemon-go-up.

Licence

MIT © David Neubauer

GO GO GO catch 'em all 🏃

/is-pokemon-go-released/

    Package Sidebar

    Install

    npm i is-pokemon-go-released

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • davidspinat