gabrielyea / pokemon-capstone

A web page that displays a list of pokemons. it lets you like your favorite pokemon and leave comments about them..
4 stars 0 forks source link

[0.5pt] Find external API - group task #20

Closed gabrielyea closed 3 years ago

gabrielyea commented 3 years ago

Find an API to base the development of the webapp around it. The API should allow you to

D4nielJ commented 3 years ago

Pokemon API: https://pokeapi.co/

API GET: https://pokeapi.co/api/v2/pokemon/1

(Range of first-generation Pokemons goes from 1 to 151)