Skip to content

A Pokedex CLI application that consumes PokéAPI

Notifications You must be signed in to change notification settings

sonathad/pokedexcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex CLI

Goal

To build a Pokedex in a command-line REPL. I'll use the PokéAPI to power all of the Pokemon data.

What is a Poker...dex? Is it like Balatro but for cats?

A Pokedex is just a make-believe device from Pokemon that lets us look up information about Pokemon - things like their name, type, and stats.

I'm mostly doing this because...

Learning Goals

  • How to parse JSON in Go
  • Making HTTP requests in Go
  • Back-end server interactions via CLI
  • Learn about caching and how to use it to improve performance

About

A Pokedex CLI application that consumes PokéAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages