-
Notifications
You must be signed in to change notification settings - Fork 14
Create example Pokedex #29
Comments
I creating a Telegram/Facebook pokedex bot with counter calculators and other features 😃 |
@feralheart Nice to hear! But with this issue I thought about a small website built with Jekyll or Vue which really simply visualizes the data of pokemongo-json-pokedex |
@BrunnerLivio If you want I can help you create a simple GitHub Pages. Does that suit your purpose? |
@luissmg I was thinking about something real simple. Should be a as-small-as-possible example for the samples/ folder. It is just important, that it has a lot of code comments how you access the data, and it should show how you can change the language with i18next. It does not matter how it looks in the end. I'm happy to accept any pull request, if someone wants to do that :) |
Will give it a try in the next few days! |
My PokeDex bot is finally in OpenBeta! :) |
@feralheart looking good! :) So that uses the data of pokemongo-json-pokedex, right? By the way the url is dead you've entered. |
Thank you :) Yes, I created it from the data of the output files and from an outer reference (the Legacy Moves), with the help of a Graphic Designer friend :) I edited the URL. |
My vision was to create an offline helping tool for Pokemon GO so I created an android app, I will not post the URL of the app unless you allow me @BrunnerLivio because it contains ads I do not want to judge it as a self promotion. I mainly use your files from outputs folder with a bit of manipulation to get the data into a structure more usable for my case. Then I use your data to feed Sorry for my bad English and if I get you tired, but I want to tell you a big Thank You for making my life easier. |
@Sifogiannos I was building something just like this. But the interface was very similar to the original Pokemon GO app and it was with |
@luissmg I have started |
The trick is to not add any libraries until you are 100% sure you really need them. I was not using almost any external lib. I will share it with you soon! |
I gave it a shot with ReactJS and create-react-app |
While accessing pokemon.json from outputs folder, there is no tag for pokemon image. From where we can access it, is there any other json just for that? |
@manish4353 This repo provides all the assets |
Feature Request
Describe the solution you'd like
I would like to have a public example of the pokemongo-json-pokedex.
The text was updated successfully, but these errors were encountered: