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.
- Host: GitHub
- URL: https://github.com/spirosikmd/google-airlines
- Owner: spirosikmd
- License: mit
- Created: 2019-03-02T18:33:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:12:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T09:51:49.114Z (6 months ago)
- Topics: google-airlines, google-flights, react, typescript
- Language: TypeScript
- Homepage: https://google-airlines.netlify.com
- Size: 3.97 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.