busca de dados do Brasileirão via CLI com Go
get data related to Brasileirão Série A via CLI with Go
get an api key from api sports dashboard
create a .env
API_KEY=XXXXX
execute:
go run go.main standings
: get the standingsgo run go.main matches --date=today
: get today's matchesgo run go.main matches --date=yesterday
: get yesterday's matchesgo run go.main matches --date=tomorrow
: get tomorrow's matches