A cli tool for pokeapi using javascript. I made it as a quick project to learn how to make my own global npm script.
- NodeJS
- Internet Access
- A shell/cmd environment
The core of the app is in ./lib/pokesearch.mjs. If you want to test it you could do so by typing in your terminal
node ./lib/pokesearch.mjs [flag] [endpoint] [Name or ID]
Or if you've installed it globally
pokesearch [flag] [endpoint] [Name or ID]