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 🏃

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i is-pokemon-go-released

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • davidspinat