Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/art29/af-klm-status-svelte
Svelte app to view Air France/KLM Flight Statuses
https://github.com/art29/af-klm-status-svelte
Last synced: 11 days ago
JSON representation
Svelte app to view Air France/KLM Flight Statuses
- Host: GitHub
- URL: https://github.com/art29/af-klm-status-svelte
- Owner: art29
- License: agpl-3.0
- Created: 2023-12-28T14:32:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T15:19:43.000Z (3 months ago)
- Last Synced: 2024-08-24T16:38:10.510Z (3 months ago)
- Language: Svelte
- Homepage: https://flights.afetiveau.com
- Size: 7.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AF-KLM Flight Status App
This app is made to get as much information about a flight as possible. This includes latest information on delays, aircraft type and registration and more!
## Technical Side of things
The app uses the following main components :
- [SvelteKit](https://kit.svelte.dev/) - The web framework used
- [TailwindCSS](https://tailwindcss.com/) - CSS framework
- [AirFrance-KLM API](https://developer.airfranceklm.com/products/) - The API used to get the flight information### Installation
1. Clone the repo
2. Install the dependencies
```sh
yarn
```
3. Create a `.env` file in the root of the project and add the following variables:
```txt
PUBLIC_AIRFRANCE_KLM_API_KEY=YOUR_API_KEY
```
4. Run the project
```sh
yarn dev
```### License
This App has a AGPL-3.0 License. See `LICENSE` for more information.
### Contributing
Contributions are always welcome! Feel free to open a PR or Issue.