Repokémon
Showcase of GitHub repos with Pokémon names.
How?
- Scrape a list of all pokémons.
- Use GitHub API and search for every pokémon name.
- Get a matching repository name with highest number of stars.
- 💥💥💥
Dev
npm i
- install dependenciesnpm run pokemon
- grab the pokémonsnpm run repokemon
- grab the Github repos- Copy
config.sample.json
toconfig.json
, configure it withclient_id
andclient_secret
from GitHub - Takes about 30 minutes to prevent API rate limit issues
- Copy
npm run stats
- show stats of the collected datanpm run images
- download all pokémon images todata/images
(not included in this repo)npm run sprite
- generate a sprite imagedata/pokemon.png
(not included in this repo), which I manually convert todata/pokemon.jpg
.
Credits
Pokémon data and images are extracted from the official Pokédex web site. All Pokémon content is © Nintendo, Game Freak, and The Pokémon Company.
Repokémon is not affiliated with GitHub, Nintendo, Game Freak, or The Pokémon Company in any way.