Skip to content

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

air-data

Collection of aviation data including airline/airport IATA/ICAO conversions, timzeone data, etc.

Data Sources

Contributing

Requirements:

Contributing Data:

To contribute data, use the type file (airports, airlines, timezones) in the src/append directory. The data should be in JSON format and follow the following examples:

airlines:

{
  "iata_code": "DL",
  "icao_code": "DAL",
  "name": "Delta Air Lines",
  "alias": "",
  "by": "iata" // This is only used if replacing an existing string in the airlines.json file (by iata or icao). If adding a new entry, this should be omitted.
}

After, run the following command to append the data to the existing JSON file:

pnpm run-all

Open a pull request with the changes and they will be reviewed and merged if they meet the requirements.

License

The code to fetch the data is licensed under the MIT License. The data itself is licensed under the respective licenses of the sources mentioned above.

About

Collection of aviation data including airline/airport IATA/ICAO conversions, timzeone data, etc.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages