Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Create example Pokedex #29

Open
BrunnerLivio opened this issue Aug 7, 2018 · 15 comments
Open

Create example Pokedex #29

BrunnerLivio opened this issue Aug 7, 2018 · 15 comments
Labels
dream Issues which are nice-to-have but are not mandatory

Comments

@BrunnerLivio
Copy link
Contributor

Feature Request

Describe the solution you'd like

I would like to have a public example of the pokemongo-json-pokedex.

@BrunnerLivio BrunnerLivio added the dream Issues which are nice-to-have but are not mandatory label Aug 7, 2018
@feralheart
Copy link

I creating a Telegram/Facebook pokedex bot with counter calculators and other features 😃

@BrunnerLivio
Copy link
Contributor Author

@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

@luissmg
Copy link
Contributor

luissmg commented Aug 8, 2018

@BrunnerLivio If you want I can help you create a simple GitHub Pages. Does that suit your purpose?

@BrunnerLivio
Copy link
Contributor Author

@luissmg I was thinking about something real simple. Should be a as-small-as-possible example for the samples/ folder.

Something like that:
Mockup

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 :)

@luissmg
Copy link
Contributor

luissmg commented Aug 8, 2018

Will give it a try in the next few days!

@feralheart
Copy link

feralheart commented Sep 14, 2018

My PokeDex bot is finally in OpenBeta! :)
PokeHelper
It creates DexCards, like this:
ho_oh

@BrunnerLivio
Copy link
Contributor Author

@feralheart looking good! :) So that uses the data of pokemongo-json-pokedex, right?

By the way the url is dead you've entered.

@feralheart
Copy link

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.

@Sifogiannos
Copy link

Sifogiannos commented Nov 15, 2018

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 ReactJS to create nice functional UI components, since I feel more comfortable in creating thing with JavaScript and luck of Java knowledge.
Then I just say to an Android app to load a WebView from a local asset files the ReactJS app, since all modern phones, even the cheapest one have enough computational power to do such a thing.

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.
screencapture-localhost-3000-2018-11-15-11_33_53

@luissmg
Copy link
Contributor

luissmg commented Nov 15, 2018

@Sifogiannos I was building something just like this. But the interface was very similar to the original Pokemon GO app and it was with React Native. I will get back to it and share it too

@Sifogiannos
Copy link

Sifogiannos commented Nov 15, 2018

@luissmg I have started React Native this project once as i knew ReactJS but after some error in compile when i updated Android SDK and some components that did not work properly from a library i use in React Native pushed me away from doing it with React Native.

@luissmg
Copy link
Contributor

luissmg commented Nov 15, 2018

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!

@haideralipunjabi
Copy link

I gave it a shot with ReactJS and create-react-app

Website, Source Code
2019-02-25-204017_1920x1080_scrot
2019-02-25-204025_1920x1080_scrot

@manish4353
Copy link

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?

@BrunnerLivio
Copy link
Contributor Author

@manish4353 This repo provides all the assets

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dream Issues which are nice-to-have but are not mandatory
Projects
None yet
Development

No branches or pull requests

6 participants