Breens-Mbaka / JetpackCompose-LiveScoreApp-MVVM

This is a football⚽️ livescore app made with Jetpack Compose App that consumes the data from SportData API. Watch tutorial down below 👇
https://www.youtube.com/playlist?list=PLA7YMGupLhlFbdJJ_FdkNaXtm1uf5a-ti
27 stars 1 forks source link

Elenasport.io API is shutting down #1

Closed srseibs closed 1 year ago

srseibs commented 2 years ago

https://elenasport.io reports that it is shutting down 1-Oct-2022 and no API calls will work at that point.

That is devastating for this project. It would be awesome if you found another football API that would substitute; the entire UI should ideally be insulated from this.

If you found another API, that would be an opportunity to further separate Model into Domain model, and the actual data returned from the API -- your existing project uses only one model for both purposes, which will cause the UI to have to change with a new API.

Breens-Mbaka commented 2 years ago

No worries will look for another API to substitute the Elena API before 1-Oct-2022

Breens-Mbaka commented 1 year ago

@srseibs Thanks for raising the issue I've managed to migrate to another API you can check the latest tutorial here on how to set it up https://youtu.be/uUX_TVwc_Pw. Also read README important info there