Skip to content

⚽🌎 A cli program to be aware of the qualifiers for the FIFA World Cup 2026 in South America

Notifications You must be signed in to change notification settings

Luiggy102/south-american-qualifiers-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

South American Qualifiers CLI

south-american-qualifiers-cli is a cli program to be aware of the qualifiers for the FIFA World Cup 2026 in South America, written in Go.
Data taken from CONMEBOL API

Features

  • Show the current positions table
  • Show next matches for all the teams
  • Show previous matches for all the teams
  • See the next matches for a specified team
  • See the previous matches for a specified team

Installation

Use the go build command and move the binary into your PATH.

go build main.go

Usage

Show commands

Use -h or -help for showing the options

south-american-qualifiers-cli -h

Positions Table

Use -table for showing the current positions table

south-american-qualifiers-cli -table

alt text

Specified Team Fixture

Use -fixture and the team name to see the fixture (case sensitive)

south-american-qualifiers-cli -fixture <<Team-Name>>

alt text

Specified Team Previous Matches

Use -previous and the team name to see the previous matches (case sensitive)

south-american-qualifiers-cli -previous <<Team-Name>>

alt text

Teams Previous Matches

-show-previous for showing the previous matches

south-american-qualifiers-cli -show-previous

alt text

Teams Fixture

Use -show-fixture for showing the next matches

south-american-qualifiers-cli -show-fixture

alt text

Releases

No releases published

Languages