https://github.com/donadev/realgoal-bk
An old high school project (2017) that scrapes online soccer matches data
https://github.com/donadev/realgoal-bk
phantomjs sailsjs webscraping
Last synced: about 1 year ago
JSON representation
An old high school project (2017) that scrapes online soccer matches data
- Host: GitHub
- URL: https://github.com/donadev/realgoal-bk
- Owner: donadev
- Created: 2024-04-06T14:34:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T14:52:55.000Z (about 2 years ago)
- Last Synced: 2025-01-22T01:18:23.316Z (over 1 year ago)
- Topics: phantomjs, sailsjs, webscraping
- Language: JavaScript
- Homepage: https://realgoal-api.onrender.com/
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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](https://realgoal-api.onrender.com/matches/list)
- `/matches/detail?id=x` - Retrieves details for a specific match. [Try it here](https://realgoal-api.onrender.com/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.
## Other repos
- [Android Repository](https://github.com/donadev/realgoal-android)
## Live here
Access a fully working version of the backend [here](https://realgoal-api.onrender.com/).
## Developer
Developed with by [Luigi Donadel](https://luigidonadel.com)