SennaMa / poke_haiku

MIT License
1 stars 0 forks source link

[Feature] Fetch Pokemon Summaries (Input text) #1

Open SennaMa opened 1 year ago

SennaMa commented 1 year ago

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.

SennaMa commented 1 year ago

Resolved in https://github.com/SennaMa/poke_haiku/pull/2