https://github.com/inaldor/footballtime
An app to display the team(s) information of a specific league
https://github.com/inaldor/footballtime
codable mvvm restful-api swift urlsession
Last synced: 11 months ago
JSON representation
An app to display the team(s) information of a specific league
- Host: GitHub
- URL: https://github.com/inaldor/footballtime
- Owner: inaldor
- License: mit
- Created: 2021-04-24T12:23:29.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2021-05-05T23:51:37.000Z (about 5 years ago)
- Last Synced: 2025-03-06T05:14:07.130Z (over 1 year ago)
- Topics: codable, mvvm, restful-api, swift, urlsession
- Language: Swift
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FootballTime
An app to display the team(s) information of a specific league.
## About
The app retrieves and display the team(s) information who won most matches in the last 30(thirty) days in an specific league, this information is provided by the Footbal Data API. This app uses the league Bundesliga from Germany as an example. If the competition has already finished, then the app will use the date from the last played game. It was developed using Swift, MVVM, Codable Protocol and doesn't use any third-party frameworks or libraries.
## Features
* Display the team(s) information who won most matches in the last 30(thirty) days in an specific league
* Works in any iPhone or iPad
* Works in portrait or landscape mode
* The app has a good test coverage - Unit and UI Tests(TODO)
## Pictures

## License
This project is licensed under the [MIT License](https://github.com/inaldor/FootballTime/blob/development/LICENSE)