{"id":17104636,"url":"https://github.com/imyelo/pokequest-wiki","last_synced_at":"2025-08-20T16:33:06.395Z","repository":{"id":44379821,"uuid":"141559427","full_name":"imyelo/pokequest-wiki","owner":"imyelo","description":":closed_book: Pokémon Quest Dex designed for Web / 方可梦图鉴","archived":false,"fork":false,"pushed_at":"2024-11-10T01:41:25.000Z","size":7462,"stargazers_count":51,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-10T02:21:13.606Z","etag":null,"topics":["cookbook","dex","handbook","poke","pokemon","quest","recipe","vue","wiki"],"latest_commit_sha":null,"homepage":"https://PokeQuest.Wiki","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imyelo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-19T09:51:52.000Z","updated_at":"2024-11-10T01:41:23.000Z","dependencies_parsed_at":"2024-05-06T11:26:23.736Z","dependency_job_id":"f45b0c4b-7413-4434-8b80-c12164ed05b7","html_url":"https://github.com/imyelo/pokequest-wiki","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyelo%2Fpokequest-wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyelo%2Fpokequest-wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyelo%2Fpokequest-wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyelo%2Fpokequest-wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imyelo","download_url":"https://codeload.github.com/imyelo/pokequest-wiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230438191,"owners_count":18225871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cookbook","dex","handbook","poke","pokemon","quest","recipe","vue","wiki"],"created_at":"2024-10-14T15:37:32.421Z","updated_at":"2024-12-19T13:08:50.811Z","avatar_url":"https://github.com/imyelo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  \u003cp\u003e\u003cimg width=\"64\" src=\"./_medias/logo.png\" /\u003e\u003c/p\u003e\n  \u003cp\u003ePokeQuest Wiki\u003c/p\u003e\n\u003c/h1\u003e\n\n\u003e :closed_book: Pokémon Quest Dex designed for Web\n\n## Live Version\n:rocket: [https://pokequest.wiki](https://pokequest.wiki)\n\n## Screenshots\n\u003cp\u003e\n  \u003ca href=\"./_medias/screenshots/pokemon-list.png\"\u003e\u003cimg width=\"128\" src=\"./_medias/screenshots/pokemon-list.png\" /\u003e\u003c/a\u003e\n  \u003ca href=\"./_medias/screenshots/pokemon-list-filter.png\"\u003e\u003cimg width=\"128\" src=\"./_medias/screenshots/pokemon-list-filter.png\" /\u003e\u003c/a\u003e\n  \u003ca href=\"./_medias/screenshots/pokemon-detail.png\"\u003e\u003cimg width=\"128\" src=\"./_medias/screenshots/pokemon-detail.png\" /\u003e\u003c/a\u003e\n  \u003ca href=\"./_medias/screenshots/pokemon-detail-dishes.png\"\u003e\u003cimg width=\"128\" src=\"./_medias/screenshots/pokemon-detail-dishes.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ca href=\"./_medias/screenshots/dish-detail.png\"\u003e\u003cimg width=\"128\" src=\"./_medias/screenshots/dish-detail.png\" /\u003e\u003c/a\u003e\n  \u003ca href=\"./_medias/screenshots/dish-detail-qualities.png\"\u003e\u003cimg width=\"128\" src=\"./_medias/screenshots/dish-detail-qualities.png\" /\u003e\u003c/a\u003e\n  \u003ca href=\"./_medias/screenshots/dish-detail-example.png\"\u003e\u003cimg width=\"128\" src=\"./_medias/screenshots/dish-detail-example.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n- Full 151 Pokémon data\n- Full 18 Dishes Data\n- Full 283 Moves Data\n- Precise Recipes data\n- Allow to filter Pokémon\n  - by types\n  - by color\n  - by being summonable\n- Allow to filter Moves\n  - by type\n- Multiple sorter for various data\n- Complete recipes for each of the Pokémon\n- Multiple languages (currently English and Chinese)\n- Designed for mobile\n- Work offline\n- Fully Static Site\n- Progressive Web App\n- Published on Github Page and Cloudflare\n\n## Build Setup\nRequires Node.js LTS\n\n```bash\n# install dependencies\nnpm install\n\n# serve in dev mode, with hot reload at localhost:8080\nnpm run dev\n\n# serve in production mode\nnpm run dev -- --mode production\n\n# build for production\nnpm run build\n\n# deploy to github page\nnpm run deploy\n```\n\n## Where did the production data come from?\n- Pokémon data\n  - https://www.serebii.net/quest/pokemon.shtml\n- Recipe weights\n  - https://www.reddit.com/r/PokemonQuest/comments/8uhl5o/pokemon_quest_mobile_datamining/\n  - https://docs.google.com/spreadsheets/d/1UTudD9CA-ysSiYNX6iYIBEWmBbvvJiFgUCuZCm3ppWU\n- Cooking assumptions\n  - https://www.serebii.net/quest/cooking.shtml\n  - https://docs.google.com/spreadsheets/d/11q35WaEXIVnfZwVBEKhjA9PaGNj13K-LJRoYh51YCPs\n- Picture resources\n  - https://www.serebii.net/quest/\n  - https://pokequestrecipes.me/\n  - https://github.com/PokeAPI/sprites\n\n## What's not open source?\n- A data generator (with crawlers)\n  - https://github.com/imyelo/pokequest-wiki-toolbox/tree/master/packages/joltik\n- Complete production data\n  - https://github.com/imyelo/pokequest-wiki-data\n\n## License\nMIT \u0026copy; yelo 2018-present\n\n----\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"32\" src=\"./_medias/logo.png\" /\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyelo%2Fpokequest-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimyelo%2Fpokequest-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyelo%2Fpokequest-wiki/lists"}