Luke Else 7bb7e8769d
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 59s
Run Unit and Integration Tests / test (push) Successful in 51s
Merge pull request 'development' (#13) from development into main
Reviewed-on: #13
2025-08-01 18:03:06 +00:00
2025-07-26 14:09:09 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 20:36:50 +01:00
2025-08-01 18:38:13 +01:00
2025-06-18 18:03:58 +00:00
2025-07-26 14:12:33 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00

Welcome

This site is a clean wrapper around Aviation weather APIs to allow desk pilots to pre-brief flights effectively!

Screenshots

Getting Started

Get starting but installing all of the dependencies of the project.

npm install

Once you've created a project and installed dependencies with pnpm install (or npm install or yarn), start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of the app:

pnpm run build


You can preview the production build with pnpm run preview.

To deploy your app, you may need to install an adapter for your target environment. In this case, vite is used.

Description
METARIUS is a Web application designed to deliver the most up to date METAR and TAF information in a digestable way.
https://metarius.luke-else.co.uk
Readme MIT 223 KiB
Languages
Svelte 71%
TypeScript 25.9%
HTML 1.7%
JavaScript 1.1%
CSS 0.3%