An open API service indexing awesome lists of open source software.

https://github.com/jcirizar/pokgo

Simple pokemon go cli tool to check weaknesses and resistances of pokemon types.
https://github.com/jcirizar/pokgo

pokemon pokemon-cli pokemongo

Last synced: over 1 year ago
JSON representation

Simple pokemon go cli tool to check weaknesses and resistances of pokemon types.

Awesome Lists containing this project

README

          

How to install:
```shell script
npm i -g pokgo
```
How to use: (pass multiple pokemon types)

```shell script
pokgo flying water
```

How to use without install:
```shell script
npx pokgo grass
```

### TODO:
Everything, there is no error handling, no type checking, no test, nothing =)