

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: PokeAPI
incomplete
2: Caching
incomplete
3: Explore
incomplete
4: Catch
incomplete
5: Inspect
incomplete
This lesson's interactive features are locked, please to keep using them
After a user uses the map commands to find a location area, we want them to be able to see a list of all the Pokémon located there.
Add an explore command. It takes the name of a location area as an argument.
Run and submit the CLI tests.
name of the location area being explored. By adding a name or id, the API will return a lot more information about the location area.explore <area_name>Example usage:
Pokedex > explore pastoria-city-area
Exploring pastoria-city-area...
Found Pokemon:
- tentacool
- tentacruel
- magikarp
- gyarados
- remoraid
- octillery
- wingull
- pelipper
- shellos
- gastrodon
Pokedex >