1.3.0 • Published 8 years ago

is-pokemon-go-up v1.3.0

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

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