alrico88 / metarr

Check parsed METAR for any airport

Home Page:https://metarr.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metarr

Web app to check any airport's METAR.

Uses HTML5 Geolocation API to get nearest METAR stations to your position if desired.

Shows both raw METAR data and shows small insights of the parsed conditions.

Built using Nuxt.js, Vue 3 and Leaflet.

Airport data is sourced from OurAirports consumed through AirAPI and comes with no guarantee of accuracy or fitness for use. METAR data is sourced from aviationweather.gov.

License

Made by Alberto Rico

Published under MIT License.

Development

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Check out the deployment documentation for more information.

About

Check parsed METAR for any airport

https://metarr.vercel.app

License:MIT License


Languages

Language:Vue 77.9%Language:TypeScript 19.2%Language:SCSS 1.9%Language:JavaScript 1.0%