Skip to content

Instantly share code, notes, and snippets.

@brandonwu
Last active July 15, 2020 00:16
Show Gist options
  • Save brandonwu/e73e37a646209849168288ea863c67b7 to your computer and use it in GitHub Desktop.
Save brandonwu/e73e37a646209849168288ea863c67b7 to your computer and use it in GitHub Desktop.
[
{
"iata": "SFO",
"name": "San Francisco International Airport",
"img": "https://hoodline.imgix.net/uploads/story/image/66268/rsz_19037288028_d3260f96f2_k.jpg?auto=format"
},
{
"iata": "MUC",
"name": "Munich International Airport",
"img": "https://www.internationalairportreview.com/wp-content/uploads/munich-website-digital.jpg"
},
{
"iata": "AUS",
"name": "Austin-Bergstrom International Airport",
"img": "https://media.bizj.us/view/img/11114150/screen-shot-2018-10-30-at-105515-am*750xx1498-843-0-72.png"
},
{
"iata": "LGA",
"name": "LaGuardia International Airport",
"img": "https://s3-prod.crainsnewyork.com/s3fs-public/main-%20LGA_i.jpg"
}
]
[
{
"id": "cb34e11",
"src": "SFO",
"dst": "MUC",
"legs": [
{
"src": "SFO",
"dst": "MUC",
"departure": "2021-03-04 13:00:00-7:00",
"arrival": "2021-03-05 6:00:00+3:00",
"flight": "LH302",
"plane": "A321"
}
]
},
{
"id": "ffea93d",
"src": "SFO",
"dst": "LGA",
"legs": [
{
"src": "SFO",
"dst": "AUS",
"departure": "2021-03-04 13:00:00-7:00",
"arrival": "2021-03-04 14:00:00-5:00",
"flight": "UA290",
"plane": "B7378"
},
{
"src": "AUS",
"dst": "LGA",
"departure": "2021-03-04 16:00:00-5:00",
"arrival": "2021-03-04 18:00:00-4:00",
"flight": "UA312",
"plane": "B7376"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment