Skip to content

harley-harris/Football-Match-Data-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Football-Match-Data-Generator

View football lineups and match results on a web page

An API built using Fetch API to pull raw data from Statsbomb free data resources (https://github.com/statsbomb/open-data) and generate football llineups and results

How to install and run project

  • Clone this repository
  • Open index.html on a web browser

How it works

  • A GET request is sent to the StatsBomb open data endpoint to retrieve the raw data, which is then converted to JSON

  • JSON data is manipulated in JavaScript code and then relevant data appended to the DOM. Below is an example of team lineups/formations being generated on a pitch:

  • Further example of the lineup being generated in table format:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published