1.0.0 • Published 8 years ago

is-pokemon-go-released v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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/us/app/pokemon-go/id1094591345 | grep view-in-itunes | wc -l
// => false

Related

is-pokemon-go-up

Licence

MIT © David Neubauer

GO GO GO catch 'em all 🏃