Skip to content

Instantly share code, notes, and snippets.

View reasat-rafio's full-sized avatar
🏠
Working from home

reasat-rafio

🏠
Working from home
View GitHub Profile
@reasat-rafio
reasat-rafio / airports.ts
Created December 2, 2024 17:21
This dataset contains essential airport information, including fields such as name, iso_country, iso_region, and iata_code. It has been filtered from a larger dataset for use in flight-related applications, providing key details for global airport identification and location.
This file has been truncated, but you can view the full file.
const airports = [
{
name: 'Utirik Airport',
iso_country: 'MH',
country_name: 'Marshall Islands',
iso_region: 'MH-UTI',
iata_code: 'UTK',
municipality: 'Utirik Island'
},
{