README
How to install:
npm i -g pokgo
How to use: (pass multiple pokemon types)
pokgo flying water
How to use without install:
npx pokgo grass
TODO:
Everything, there is no error handling, no type checking, no test, nothing =)
Pokemon Go Cli to see type weakness and resistance
<script type="module">
import pokgo from 'https://cdn.skypack.dev/pokgo';
</script>
How to install:
npm i -g pokgo
How to use: (pass multiple pokemon types)
pokgo flying water
How to use without install:
npx pokgo grass
Everything, there is no error handling, no type checking, no test, nothing =)