https://github.com/benslabbert/football-league-table
https://github.com/benslabbert/football-league-table
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/benslabbert/football-league-table
- Owner: BenSlabbert
- Created: 2018-06-16T15:48:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T16:18:12.000Z (about 8 years ago)
- Last Synced: 2025-04-06T10:18:02.442Z (about 1 year ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Football Table Generator
This program the football results in the following format:
Lions 3, Snakes 3
Tarantulas 1, FC Awesome 0
Lions 1, FC Awesome 1
Tarantulas 3, Snakes 1
Lions 4, Grouches 0
as either input with the command line or you can pass in a path to a file with the records as a csv.
## To build
* Use the provided Maven wrapper:
`./mvnw clean package`
### To execute with the command line interface:
`java -jar target/footbal-table.jar`
### Or provide a file:
`java -jar target/football-table.jar src/test/resources/test-1.csv`
## To Test
`./mvnw clean test`
## Requirements
* Java 8 JKD to compile and run