Skip to content

a REPL Pokedex on the command line in Go using the PokéAPI

Notifications You must be signed in to change notification settings

Elias-Belkheiri/Pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

This is a REPL Pokedex program that allows users to search for and view information about different Pokemon.

Features

  • 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

Installation

  1. Make sure you have Go installed in your system
  2. Clone the repository: git clone https://github.com/Elias-Belkheiri/Pokedex.git
  3. Navigate to the project directory: cd Pokedex

Usage

  1. Start the application: go build && ./pokedexcli
  2. Use help to get to know how to use the REPL

About

a REPL Pokedex on the command line in Go using the PokéAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages