mateusmatosleonardo / pokedex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokedex

Pokedex Project consuming existing API

regarding

Pokedex that consumes 100 pokemons throughan existing API

how to use

clone the repository and open the index file, and everything will be ready. Reminder: The API can consume up to 200 pokemons, But you can change the parameters according to the code below to consume as much as you want

Determine the value of pokemons you want to consume 👇

if(pokemons.length == 100)

url API

[https://pokeapi.co/]

About

License:MIT License


Languages

Language:JavaScript 41.9%Language:CSS 33.7%Language:HTML 24.4%