Simple app that displays AFL player statistics in graphical format. Includes both Disposals and Goals at present.
- Vite
- Netlify
- Functions
Prerequisites: Node (see .nvmrc for version)
Running npm ci && npm run dev
should spin up both the app and a local instance of the Function that scrapes AFL Tables.
Basic script that pulls all the individual icons from icons.svg (afl.com.au) as I couldn't get the id references to work.
This wouldn't be possible without the ability to scrape AFL Tables, thank you for your page 🤝.