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

https://github.com/donadev/realgoal-android

An old high school project (2017) that visualizes online soccer matches data
https://github.com/donadev/realgoal-android

android java materialui

Last synced: about 2 months ago
JSON representation

An old high school project (2017) that visualizes online soccer matches data

Awesome Lists containing this project

README

          

# RealGoal - Soccer Results App

RealGoal is a simple Android app developed as a learning project during 5th grade of high school. It allows users to view real-time soccer results.

## About

The app is written in Java and uses a backend powered by Sails.js. It scrapes data from two API endpoints:

- `/matches/list` - Retrieves next matches. [Try it here](/matches/list)
- `/matches/detail?id=x` - Retrieves details for a specific match. [Try it here](/matches/detail?id=A7ZInGD0)

RealGoal is an unmaintained project developed 7 years ago (2017), intended as a learning exercise for understanding app development, API integration, and web scraping.

## Install
Simple open the project in Android Studio, the code is ready to be built.
## Other repos

- [Backend Repository](https://github.com/donadev/realgoal-bk)

## Developer

Developed with by [Luigi Donadel](https://luigidonadel.com)