An open API service indexing awesome lists of open source software.

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

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)