Kla35 / lis-generator

A small Javascript software who retrieve data from Riot API to generate pictures : One picture about pregame (as perkz/runes, players...) and one picture about postgame (stats, gold graph, damage graph...). Automatic download of new pictures on new patch.
GNU General Public License v3.0
4 stars 2 forks source link

allow multiples files download on data update #2

Open Kla35 opened 4 years ago

Kla35 commented 4 years ago

Now, files download one by one to make sure the software got all the files before launching image generating.

Kla35 commented 4 years ago

A fix is maybe possible with .then() after file are downloaded, will try soon