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.
Made by Alberto Rico
Published under MIT License.
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Check out the deployment documentation for more information.