1.0.1 • Published 2 years ago
poke-searcher v1.0.1
poke-seacher
A cli tool for pokeapi using javascript. I made it as a quick project to learn how to make my own global npm script.
Requirements
- NodeJS
- Internet Access
- A shell/cmd environment
Usage
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]