Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
amvid committed Jul 18, 2024
1 parent 5df249f commit f55e124
Showing 1 changed file with 50 additions and 18 deletions.
68 changes: 50 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,48 +136,80 @@ Response
"title": "London (Any)",
"iata": "LON",
"country": "United Kingdom",
"subregion": "Northern Europe",
"region": "Europe",
"children": [
{
"title": "London Biggin Hill Airport",
"iata": "BQH",
"country": "United Kingdom"
"title": "London Metropolitan Area",
"iata": "LON",
"country": "United Kingdom",
"region": "Europe",
"subregion": "Northern Europe"
},
{
"title": "London Gatwick Airport",
"iata": "LGW",
"country": "United Kingdom"
"title": "London Heathrow Airport",
"iata": "LHR",
"country": "United Kingdom",
"region": "Europe",
"subregion": "Northern Europe"
},
{
"title": "London Luton Airport",
"iata": "LTN",
"country": "United Kingdom"
"title": "London Gatwick Airport",
"iata": "LGW",
"country": "United Kingdom",
"region": "Europe",
"subregion": "Northern Europe"
},
{
"title": "London Heathrow Airport",
"iata": "LHR",
"country": "United Kingdom"
"title": "London City Airport",
"iata": "LCY",
"country": "United Kingdom",
"region": "Europe",
"subregion": "Northern Europe"
},
{
"title": "London Stansted Airport",
"iata": "STN",
"country": "United Kingdom"
"country": "United Kingdom",
"region": "Europe",
"subregion": "Northern Europe"
},
{
"title": "London City Airport",
"iata": "LCY",
"country": "United Kingdom"
"title": "London Luton Airport",
"iata": "LTN",
"country": "United Kingdom",
"region": "Europe",
"subregion": "Northern Europe"
},
{
"title": "London Biggin Hill Airport",
"iata": "BQH",
"country": "United Kingdom",
"region": "Europe",
"subregion": "Northern Europe"
},
{
"title": "RAF Northolt",
"iata": "NHT",
"country": "United Kingdom"
"country": "United Kingdom",
"region": "Europe",
"subregion": "Northern Europe"
}
]
},
{
"title": "London Airport",
"iata": "YXU",
"country": "Canada"
"country": "Canada",
"region": "Americas",
"subregion": "Northern America"
},
{
"title": "London-Corbin Airport/Magee Field",
"iata": "LOZ",
"country": "United States",
"region": "Americas",
"subregion": "Northern America"
}
]
```
Expand Down

0 comments on commit f55e124

Please sign in to comment.