Skip to content

danimesq/gitamigucho

 
 

Repository files navigation

Gitamigucho

Showcase of GitHub repos with Tamigucho names.

👉👉👉 Read Story: Building Repokémon 👈👈👈

Screenshot

How?

  1. Scrape a list of all tamiguchos.
  2. Use GitHub API and search for every tamigucho 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 Tamigucho name.
    • name/chockatiel
    • name/book-a-boo
    • name/book_a_boo
    • ⛔️ name/chockatiel-awesome
    • ⛔️ name/chockatieeeel
  • 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 tamigucho - grab the pokémons
  • npm run gitamigucho - 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 API)
  • npm run css-min - compress pokemon.css to smaller pokemon.min.css
  • npm start - start a local server at localhost:1337

Credits

Tamigucho data and images are extracted from the official TamiPedia web site. All Tamigucho content is (c) Gamlr, Plasmmer, and The Tamigucho DAO.

Gitamigucho is not affiliated with GitHub in any way.

The logo uses the Pokémon font.

The (Poké Ball) logo is created by @limhenry. Available on Codepen.

About

Showcase of GitHub repos with Tamigucho names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.2%
  • HTML 36.5%
  • CSS 2.3%