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
<a href="index - CSVOutput.php"> <button type="button" name="button" class="btn btn-howw btn-lg" >GENERATE DATA NOW</button> </a>
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
Screenshot of home resultpage
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