IEEE-VIT / Howzat

This website is aimed to make cricket fans stay updated on the current ICC Men’s Cricket World Cup 2023. A beginner friendly repository to help users learn and contribute towards open source
https://ieee-cwc.onrender.com/
MIT License
6 stars 16 forks source link

Group Standings #4

Closed aadi101204 closed 1 year ago

aadi101204 commented 1 year ago

When navigated to standings section of the page, a points table in this section contains 10 participating nations in alphabetic order. The task is to find a way to enable auto updation of the current standings after/during each fixture Hint: Use API call or try Web Scrapping

SilverDragonOfR commented 1 year ago

Can you tell me what is "auto updation" ? Like on refresh, it updates or there is a button for update or just updates every one hour or so ( last one looks inefficient imho )

SilverDragonOfR commented 1 year ago

@NSmonish @aadi101204 I have opened a PR for webscraping the official site on every reload. Please check it.