Skip to content

Latest commit

Β 

History

History
45 lines (32 loc) Β· 1.12 KB

README.md

File metadata and controls

45 lines (32 loc) Β· 1.12 KB

metar.gg

πŸ›«β˜€οΈπŸŒ¦

Latest worldwide aviation weather

What is this?

metar.gg is an app that fetches latest METAR and TAF data from NOAA and presents it in an intuitive way.

The accompanying Go GraphQL API can be found here.

Features

  • ⚑ Latest, up to date METARs and TAFs
  • πŸ•‘ Next METAR publishing time prediction
  • πŸ”„ Automatic polling for weather updates
  • 🧭 Runway wind renderer
  • πŸ’¨ Calculates preferred runway including Headwind, tailwind and crosswind components
  • πŸ”„ Unit conversion for every value
  • πŸŒ‘ Dark mode
  • πŸ›¬ Nearest Airports

Development πŸ’»

Tech

  • SolidJS
  • Typescript
  • Tailwind

Prerequisites

  • PNPM

Setup

  1. Clone the repository
  2. Run pnpm install to download the dependencies
  3. Run pnpm start to start the dev server
  4. The app is now available on port 3000

If you changed a GraphQL query, run pnpm generate to regenerate the Typescript types.

Pull Requests

PRs are welcome!

License πŸ“

MIT