/PGL-QRTeam

a simple web app for PGL QR Rental Team

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

PGL-QRTeam

This script fetch the QR team data from PGL website, and display it in a simple offline web page.

##-> Demo on github <-

Requirement

required only if you need download data from PGL on your own.

$ pip install -r requirements.txt

Step

1.(Optional) Download the data

$ python runner.py clean
$ python runner.py download

2.View the web page

open web/index.html in your favourite browser! ( I only tested chrome.)

Update Data

$ python runner.py clean
$ python runner.py download

Feature

  • offline webpage
  • filter search with PokemonName/Tariner/CountryCode

License

GNU General Public License v3.0