dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Change Raid Counter Page to use raw data rather than generated lists of counters. #41

Closed dyreschlock closed 2 years ago

dyreschlock commented 2 years ago

Generating the lists from Gamepress now takes around 3 hours with both level 40 and level 50 counters. All of those lists are generated using Javascript code on their site, and using data from url sources. Take the data from the sources, and generate the lists of counters on your own by porting their javascript code to java.

Then, with the locally generated lists, create the raid counter page.

dyreschlock commented 2 years ago

It's working, finally!