# launch docker container
./pull_and_compose.sh# launch live-reloaded dev version locally
air- scrap scoreboard
- scrap best ekstraklasa team stats (Puszcza Niepołomice 🌲)
- scrap upcoming matches schedule
GET /table// returns scraped ekstraklasa table, in which each entry is of type Standing
type Standing struct {
Position int
TeamName string
LogoUrl string
LastResults []MatchResult
GamesPlayed int
Wins int
Draws int
Losses int
GoalsFor int
GoalsAgainst int
GoalsDifference int
TeamPoints int
}
