joshuAnalytics / covid_stats

webapp with live covid-19 stats
1 stars 1 forks source link

scrape apple website to get latest ami CSV #45

Closed joshuAnalytics closed 4 years ago

joshuAnalytics commented 4 years ago

the filename generated is unpredictable, to get the latest filename

document.querySelectorAll('.download-button-container a')[0].href

then load it as per the existing function in the datasets module