Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 724 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 724 Bytes

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 standings
  • go run go.main matches --date=today: get today's matches
  • go run go.main matches --date=yesterday: get yesterday's matches
  • go run go.main matches --date=tomorrow: get tomorrow's matches
image image