Skip to content

Relates PokeAPI results to high quality official images

License

Notifications You must be signed in to change notification settings

rihor/pokemon-image-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon images list

Relates PokeAPI results to official images 😊

License: MIT Code style: black

Get started

Inside the project run these commands:

pipenv shell
pipenv sync
python main.py

This will generate a pokemons.json file.

Each entry on the JSON file will contain:

{
  "id": "001",
  "name": "bulbasaur",
  "image_hq": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/001.png",
  "image": "https://assets.pokemon.com/assets/cms2/img/pokedex/detail/001.png",
  "types": [
    {
      "name": "poison",
      "slot": 2
    },
    {
      "name": "grass",
      "slot": 1
    }
  ]
},

About

Relates PokeAPI results to high quality official images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages