Skip to content

IAmRiteshKoushik/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex in Go

Overview

A command-line REPL(Read-Eval-Print Loop) as a Pokedex. We are going to use the PokeAPI to power all of our data requirements. A Pokedex is a make-believe device that allows us to look up information about Pokemon - things like their name, type and stats.

Learning Goals

  1. Learning how to parse JSON in Go
  2. Practice making HTTP requests in Go
  3. Learn how to build a CLI tool that makes interacting with a backend server easier
  4. Learn about caching and how to use it to improve performance

About

Pokedex CLI tool using PokeAPI and Golang.

Topics

Resources

Stars

Watchers

Forks

Languages