This is a REPL Pokedex program that allows users to search for and view information about different Pokemon.
- Search for Pokemon by name or ID
- Search for Location areas by name or ID
- View detailed information about each Pokemon and Location Area
- A caching mechanism for responses from the PokeAPI to have a faster access to the data we want
- Make sure you have Go installed in your system
- Clone the repository:
git clone https://github.com/Elias-Belkheiri/Pokedex.git
- Navigate to the project directory:
cd Pokedex
- Start the application:
go build && ./pokedexcli
- Use help to get to know how to use the REPL