Reviewed-on: #13
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
Languages
Svelte
71%
TypeScript
25.9%
HTML
1.7%
JavaScript
1.1%
CSS
0.3%