-
# How to Create a Simple Pokedex with PokeAPI | Luke Does Data!
Using one of the easiest APIs around to catch ‘em all.
[https://redskywalker7.github.io/stat386-projects/2022/10/18/Creating_A_Pokedex…
-
Pokedex doesn't have information on Gen.8 pokemons.
I notice that this repo use info from pokeapi and they already have the info there, example:
https://pokeapi.co/api/v2/pokemon/819
-
Pokedex.org description for Mew is showing MewTwo's description.
Description for Mew
https://pokeapi.co/api/v1/description/2475/
Description for Mewtwo
https://pokeapi.co/api/v1/description/2459/
-
Question basically given in title, but why isnt the dex data in a submodule like cries and sprites?
pokeapi/pokedex exists, probably cause its cloned from veekun/pokedex, but then this repo could …
-
Description:
An interactive **Pokedex** app built with HTML, CSS, and JavaScript that allows users to search for Pokémon, view details, and filter by types.
Features:
- **Search for Pokémon**: …
-
> Todo : complete this issue
The idea is to create a 2.0 pokedex application.
The objective is to use the pokeapi graphql api and to create a new design for a pokedex
-
- Get pokemon info from pokeAPI:
https://pokeapi.co/api/v2/pokemon?limit=151&offset=0
- Get specific pokemon info from the same API.
- Use pokemon images from:
http://assets.pokemon.com/assets/cm…
-
URL: https://github.com/veekun/pokedex/blob/master/pokedex/data/csv/pokemon.csv
-
https://github.com/PokeAPI/pokedex-promise-v2
pokeapiのチームが開発した、APIをnodeで使うときのライブラリがありました。
メソッドで簡単に取得ができるようになりそうなので、今後の拡張の際のハードルを下げられそうです。
-
[It seems PokéAPI has the data for Gen VI Pokémon](http://pokeapi.co/api/v1/pokemon/650), but they aren't included on pokedex.org.