https://github.com/imyelo/pokequest-wiki
:closed_book: Pokémon Quest Dex designed for Web / 方可梦图鉴
https://github.com/imyelo/pokequest-wiki
cookbook dex handbook poke pokemon quest recipe vue wiki
Last synced: 2 months ago
JSON representation
:closed_book: Pokémon Quest Dex designed for Web / 方可梦图鉴
- Host: GitHub
- URL: https://github.com/imyelo/pokequest-wiki
- Owner: imyelo
- License: mit
- Created: 2018-07-19T09:51:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T01:41:25.000Z (11 months ago)
- Last Synced: 2024-12-10T02:21:13.606Z (10 months ago)
- Topics: cookbook, dex, handbook, poke, pokemon, quest, recipe, vue, wiki
- Language: JavaScript
- Homepage: https://PokeQuest.Wiki
- Size: 7.12 MB
- Stars: 51
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
PokeQuest Wiki
> :closed_book: Pokémon Quest Dex designed for Web
## Live Version
:rocket: [https://pokequest.wiki](https://pokequest.wiki)## Screenshots
## Features
- Full 151 Pokémon data
- Full 18 Dishes Data
- Full 283 Moves Data
- Precise Recipes data
- Allow to filter Pokémon
- by types
- by color
- by being summonable
- Allow to filter Moves
- by type
- Multiple sorter for various data
- Complete recipes for each of the Pokémon
- Multiple languages (currently English and Chinese)
- Designed for mobile
- Work offline
- Fully Static Site
- Progressive Web App
- Published on Github Page and Cloudflare## Build Setup
Requires Node.js LTS```bash
# install dependencies
npm install# serve in dev mode, with hot reload at localhost:8080
npm run dev# serve in production mode
npm run dev -- --mode production# build for production
npm run build# deploy to github page
npm run deploy
```## Where did the production data come from?
- Pokémon data
- https://www.serebii.net/quest/pokemon.shtml
- Recipe weights
- https://www.reddit.com/r/PokemonQuest/comments/8uhl5o/pokemon_quest_mobile_datamining/
- https://docs.google.com/spreadsheets/d/1UTudD9CA-ysSiYNX6iYIBEWmBbvvJiFgUCuZCm3ppWU
- Cooking assumptions
- https://www.serebii.net/quest/cooking.shtml
- https://docs.google.com/spreadsheets/d/11q35WaEXIVnfZwVBEKhjA9PaGNj13K-LJRoYh51YCPs
- Picture resources
- https://www.serebii.net/quest/
- https://pokequestrecipes.me/
- https://github.com/PokeAPI/sprites## What's not open source?
- A data generator (with crawlers)
- https://github.com/imyelo/pokequest-wiki-toolbox/tree/master/packages/joltik
- Complete production data
- https://github.com/imyelo/pokequest-wiki-data## License
MIT © yelo 2018-present----