Skip to content

Instantly share code, notes, and snippets.

@yannbertrand
Created February 2, 2019 11:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save yannbertrand/2059ea0e4ad8812533bdf09099c73d7f to your computer and use it in GitHub Desktop.
2019 Six Nations fixtures
[
{
"matchNumber": 1,
"kickOff": "2019-02-01T20:00:00.000Z",
"teamA": "France",
"teamB": "Wales",
"location": "Stade de France, Paris",
"finalScore": "19-24"
},
{
"matchNumber": 2,
"kickOff": "2019-02-02T15:15:00.000Z",
"teamA": "Scotland",
"teamB": "Italy",
"location": "BT Murrayfield, Edinburgh"
},
{
"matchNumber": 3,
"kickOff": "2019-02-02T17:45:00.000Z",
"teamA": "Ireland",
"teamB": "England",
"location": "Aviva Stadium, Dublin"
},
{
"matchNumber": 4,
"kickOff": "2019-02-09T15:15:00.000Z",
"teamA": "Wales",
"teamB": "Ireland",
"location": "BT Murrayfield, Edinburgh"
},
{
"matchNumber": 5,
"kickOff": "2019-02-09T17:45:00.000Z",
"teamA": "Italy",
"teamB": "Wales",
"location": "Stadio Olimpico, Rome"
},
{
"matchNumber": 6,
"kickOff": "2019-02-10T16:00:00.000Z",
"teamA": "England",
"teamB": "France",
"location": "Twickenham Stadium, London"
},
{
"matchNumber": 7,
"kickOff": "2019-02-23T15:15:00.000Z",
"teamA": "France",
"teamB": "Scotland",
"location": "Stade de France, Paris"
},
{
"matchNumber": 8,
"kickOff": "2019-02-23T17:45:00.000Z",
"teamA": "Wales",
"teamB": "England",
"location": "Principality Stadium, Cardiff"
},
{
"matchNumber": 9,
"kickOff": "2019-02-24T16:00:00.000Z",
"teamA": "Italy",
"teamB": "Ireland",
"location": "Stadio Olimpico, Rome"
},
{
"matchNumber": 10,
"kickOff": "2019-03-09T15:15:00.000Z",
"teamA": "Scotland",
"teamB": "Wales",
"location": "BT Murrayfield, Edinburgh"
},
{
"matchNumber": 11,
"kickOff": "2019-03-09T17:45:00.000Z",
"teamA": "England",
"teamB": "Italy",
"location": "Twickenham Stadium, London"
},
{
"matchNumber": 12,
"kickOff": "2019-03-10T16:00:00.000Z",
"teamA": "Ireland",
"teamB": "France",
"location": "Aviva Stadium, Dublin"
},
{
"matchNumber": 13,
"kickOff": "2019-03-16T13:30:00.000Z",
"teamA": "Italy",
"teamB": "France",
"location": "Stadio Olimpico, Rome"
},
{
"matchNumber": 14,
"kickOff": "2019-03-16T15:45:00.000Z",
"teamA": "Wales",
"teamB": "Ireland",
"location": "Principality Stadium, Cardiff"
},
{
"matchNumber": 15,
"kickOff": "2019-03-16T18:00:00.000Z",
"teamA": "England",
"teamB": "Scotland",
"location": "Twickenham Stadium, London"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment