Go CLI Pokedex guided project with boot.dev.
Before Building: Please configure the application in the AppConfig file.
help: Displays a help messageexit: Exit the Pokedexmap: Displays next n locationsmapb: Displays previous n locationsexplore: Explores chosen locationcatch: Attempt to catch chosen Pokemoninspect: Print extended Pokemon detailspokedex: Print names of caught Pokemons
{
"PageSize": "10",
"CacheExpIntervalSeconds": "10s",
"LocationAreaURL": "https://pokeapi.co/api/v2/location-area/?offset=0&limit=",
"ExploreLocationURL": "https://pokeapi.co/api/v2/location-area/",
"PokemonDetailsURL": "https://pokeapi.co/api/v2/pokemon/"
}