This is a Go project that interacts with the Pokémon API. It allows you to fetch and display various Pokémon data, including names, types, abilities, and more.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/pokemon-api-go.git
-
Navigate into the project directory:
cd pokedex
-
Install dependencies: The project uses Go modules for dependency management. Make sure Go is installed, and then run:
go mod tidy
To run the project, use the following command:
go run .
To see all the commands, run this:
Pokemon > help