Termibol is a simple CLI application for all the football enthusiasts out there. It allows the user to quickly query the current standings of football leagues and displays the standings in form of a table. All inside the terminal.
-
Displaying of the standings in form of a table with all the statistics (wins, losses, goals) of every team
-
For now the Premier League, Bundesliga, La Liga and Ligue 1 are supported
To use Termibol, follow these steps:
-
Clone the repository:
git clone https://github.com/budison/termibol.git -
Navigate to the project directory:
cd termibol -
Create a file called
application.propertiesundertermibol/src/main/resources/and add there your API-Token from http://api.football-data.org. So, simply addapi.token=[YOUR-API-TOKEN]andapi.url=http://api.football-data.org/v4/competitions/ -
Run
mvn clean package -
Now run the application with
java -jar target/termibol-1.0-SNAPSHOT.jar
The application will prompt you to enter the number of the league you would like to see. That’s all.
If you have any questions or suggestions, feel free to reach out to Kevin Nowak at [email protected].