Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheeaun/repokemon
Showcase of GitHub repos with Pokémon names
https://github.com/cheeaun/repokemon
github nintendo pokemon repokemon repository
Last synced: 4 days ago
JSON representation
Showcase of GitHub repos with Pokémon names
- Host: GitHub
- URL: https://github.com/cheeaun/repokemon
- Owner: cheeaun
- Created: 2016-07-15T00:37:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T07:18:57.000Z (7 months ago)
- Last Synced: 2024-05-02T05:37:28.020Z (6 months ago)
- Topics: github, nintendo, pokemon, repokemon, repository
- Language: CSS
- Homepage: https://cheeaun.github.io/repokemon/
- Size: 14.4 MB
- Stars: 335
- Watchers: 8
- Forks: 50
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Repokémon
===Showcase of GitHub repos with Pokémon names.
**👉👉👉 Read Story: [Building Repokémon](https://cheeaun.com/blog/2016/08/building-repokemon/) 👈👈👈**
[![Screenshot](screenshot.png)](https://cheeaun.github.io/repokemon/)
How?
---1. Scrape a list of all pokémons.
2. Use GitHub API and search for every pokémon name.
3. Get a matching repository name with highest number of stars.
4. 💥💥💥Criteria
---The showcase only list repositories with these criteria:
- **Repository name** matches exactly the same as Pokémon name.
- ✅ `name/pikachu`
- ✅ `name/mr-mime`
- ✅ `name/mr_mime`
- ⛔️ `name/pikachu-awesome`
- ⛔️ `name/pikachuuuu`
- **Most stars**. If there are few repositories with the same name, the one with most stars will be listed.
- **Contains description**, because... it has to be descriptive.
- **Contains `lang`**, the repository language determined by GitHub.Dev
---- `npm i` - install dependencies
- `npm run pokemon` - grab the pokémons
- `npm run repokemon` - grab the Github repos
- Copy `example.env` to `.env`, configure it with Client ID and Client Secret from GitHub
- Takes about 30 minutes to prevent API rate limit issues
- `npm run gemoji` - replace emoji names like `:smile:` to `😄`
- `npm run min-repokemon` - generate a *minified* version of `data/repokemon.json`, containing only the data that is rendered
- `npm run stats` - show stats of the collected data
- `npm run images` - download all pokémon images to `data/images` (not included in this repo)
- `npm run sprite` - generate a sprite image `data/pokemon-*.jpg` (compressed with [TinyJPG](https://tinyjpg.com/) API)
- `npm run css-min` - compress `pokemon.css` to smaller `pokemon.min.css`
- `npm start` - start a local server at `localhost:1337`Credits
---Pokémon data and images are extracted from the [official Pokédex web site](http://www.pokemon.com/us/pokedex/). 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.
The logo uses the [Pokémon font](https://www.dafont.com/pokemon.font).
The (Poké Ball) logo is created by [@limhenry](https://github.com/limhenry). Available on [Codepen](http://codepen.io/limhenry/full/rLYkWY/).