Skip to content

DetainedDeveloper/Pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

JSON data of 890 pokemons in both, a single file and a categorized folder in array[] and map{} structures. Scraped using Pokemon Data Scraper

  • For some reason, pokemon data after 890, was either empty or started with indexes above 10000
  • That's why, I recommend only using 890 pokemons for projects

pokedex_raw

  • pokedex_raw contains data of all 890 pokemons in a single file
  • pokedex_raw_array.json contains array of 890 objects
  • pokedex_raw_array.json contains map{} of 890 { pokemon_name : data } pairs

pokedex

  • pokedex also has data in both, array and map{}
  • I made the data categorized for pagination
  • Each pokedex_<number>.json contains data of 50 pokemons
  • Except pokedex_18.json (93) and pokedex_22.json(7)

About

JSON data of 890 pokemons in both, single file and categorized folder in array and map structures. Scraped using Pokemon Data Scraper

Topics

Resources

License

Stars

18 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors