An open API service indexing awesome lists of open source software.

https://github.com/spirosikmd/google-airlines

Google created their own airline logos for google flights for many airlines out there. This app displays a collection of them in random order.
https://github.com/spirosikmd/google-airlines

google-airlines google-flights react typescript

Last synced: 5 months ago
JSON representation

Google created their own airline logos for google flights for many airlines out there. This app displays a collection of them in random order.

Awesome Lists containing this project

README

          

# google-airlines

Google created their own airline logos for [google flights](https://www.google.com/flights) for many airlines out there. Enjoy!

I got the IATA codes from [wikipedia](https://en.wikipedia.org/wiki/List_of_airline_codes). I used the [`data.js`](./data.js) script to read the contents of the wikipedia table and export it to a JSON file. I copy the contents of the JSON file to a TypeScript file so it can be used in the app.

- This is just a fun side project for me.
- All data and photos are property of Google.