Skip to content

RodolfoCamposGlz/pokedex-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon API Go Client

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.

Table of Contents

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/pokemon-api-go.git
  2. Navigate into the project directory:

    cd pokedex
  3. Install dependencies: The project uses Go modules for dependency management. Make sure Go is installed, and then run:

    go mod tidy

Usage

Running the Project

To run the project, use the following command:

go run .

To see all the commands, run this:

Pokemon > help

About

Go project that interacts with the Pokemon API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages