Skip to content

Pokedex CLI allows us look up information about Pokemon their name, type and stats.

Notifications You must be signed in to change notification settings

logan-bobo/pokedex-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex CLI

Functionality:

  • Exploring areas and listing all pokemon in those areas
  • Catching Pokemon
  • Listing a Pokemons stats
  • Show all caught Pokemon

Learning Goals

  • How to parse JSON in Go
  • Making HTTP requests in Go
  • Use of in memory caching of HTTP request data to improve performance.
  • Building a REPL (Read–eval–print loop)

About

Pokedex CLI allows us look up information about Pokemon their name, type and stats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages