is-pokemon-go-updeprecated

Check if Pokémon GO is up

Usage no npm install needed!

<script type="module">
  import isPokemonGoUp from 'https://cdn.skypack.dev/is-pokemon-go-up';
</script>

README

is-pokemon-go-up Build Status

Check if Pokémon GO is up

Inspiration.

Install

$ npm install --save is-pokemon-go-up

Usage

const isPokemonGoUp = require('is-pokemon-go-up')

isPokemonGoUp()
  .then(console.log)
// => 'Yep. Go outside and catch some!'

API

isPokemonGoUp()

Returns a string telling you if Pokémon GO is up.

Related

License

MIT © Juan Soto