What is the project about?
The project is on analysis of match data based on form guide,head-to-head, A team's goal tally and clashes of derby teams.This software is to decide based on the above features a favorite team in a match fixture .
Technology Stack
- HTML
- CSS/Bootstrap
- PHP
- Version Control (GitHub)
- JavaScript / JQuery
Latest Feature
- Added ESA engine and a button to the engine on "index.php" https://github.com/Raphaeludo/ESADataAnalyzer/commit/d053fd0c5b372322bbcec7672b12f1c3bffa0eca
How I Implemented?
- added a button reference to the code dump of the "index - CSVOutput.php
```
GENERATE DATA NOW
```
- included a downloaded reference from a simple_html_dom
include_once('ESA_Includes/simple_html_dom.php');
- I coded the "index - CSVOutput.php" such that when clicked it will start the analysis by scrapping data from www.soccerstats.com and uses the ESA engine for its analysis
$extractionSource_PrimaryDomain = 'http://www.soccerstats.com';
Screenshot of the project
Landing page
[IMAGE: https://cdn.utopian.io/posts/5bd6e48eb1c742ffad2ea9056405d4de2eb9Screenshot_(104).png]
[IMAGE: https://cdn.utopian.io/posts/bcc80e1d37bad2355c54e0b6bf9ebec7abf7Screenshot_(105).png]
Screenshot of home resultpage
[IMAGE: https://steemitimages.com/DQmVHoczQ3bqCj9SghXsQnsEYbBsGTSdPnrezNgKtghGu8G/Screenshot%20(109).png]
[IMAGE: https://steemitimages.com/DQmWFucS7xDzhrMLDZzmapMu42cENAJpHiJkjkorwseGpCZ/Screenshot%20(110).png]
Roadmap
- Attaching Graphs to Illustrate Detailed Metrics/Points Difference in Attacking Strength for each team for all Listed Matches
- Quick Pick of favorite teams from the engine
- Listed Matches Should Include Match Odds for the 1x2 Market from at Least 3 different Bookmakers
- Merged League Table Showing League Position of the Teams in Question for all Matches Played.
How to contribute?
To contribute,
- Email me at Raphaeludo24@gmail.com
- Fork the repository
- Checkout to a new branch
- Add your features