nolanlawson / pokedex.org

Offline-capable Pokédex web site (unmaintained)
https://www.pokedex.org
Apache License 2.0
2.27k stars 325 forks source link

Gen VI Pokémon not included. #1

Open alyssais opened 8 years ago

alyssais commented 8 years ago

It seems PokéAPI has the data for Gen VI Pokémon, but they aren't included on pokedex.org.

alyssais commented 8 years ago

(I will attempt to PR for this but I'm waiting for the database to build)

nolanlawson commented 8 years ago

Yup! I did this because the data from PokéAPI was not 100% complete. Also there is some missing data that I had to fill in manually by scraping Bulbapedia. (See src/js/shared/data for some of the stuff I had to manually include.)

That said, I would love to have the Gen VI Pokémon in there. It should be pretty easy to implement as well; we can either just 1) modify the live Cloudant database, changes get synced automatically, or 2) rebuild the pouchdb-load files, then rename the IndexedDB database stores so that the old versions get overwritten (probably the easiest option, TBH).

nolanlawson commented 8 years ago

So in the ideal case, whatever you do should probably involve a fix to src/assets as well as the build scripts (which pull from the src/js/shared/data in some cases). Lemme know if you need help! :)

Bokoblin commented 8 years ago

Is the data complete now for the 6th generation ?