Grab poke summaries, which will be used as the input data for our haiku generator.
The summaries will be pulled from pokeapi.
Urgency: must have
How
Make an API call to GET pokemon summaries and store them in json.
It's undetermined if we need to make this call once or call this when needed. We can decide this later.
What
Grab poke summaries, which will be used as the input data for our haiku generator. The summaries will be pulled from pokeapi.
Urgency: must have
How
Make an API call to GET pokemon summaries and store them in json. It's undetermined if we need to make this call once or call this when needed. We can decide this later.