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.
- Host: GitHub
- URL: https://github.com/jcirizar/pokgo
- Owner: jcirizar
- Created: 2020-08-21T03:40:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T22:58:42.000Z (almost 6 years ago)
- Last Synced: 2024-04-20T14:32:13.816Z (about 2 years ago)
- Topics: pokemon, pokemon-cli, pokemongo
- Language: JavaScript
- Homepage: https://github.com/jcirizar/pokgo
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 =)