🛫☀️🌦
Latest worldwide aviation weather
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.
- ⚡ 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
- SolidJS
- Typescript
- Tailwind
- PNPM
- Clone the repository
- Run
pnpm install
to download the dependencies - Run
pnpm start
to start the dev server - The app is now available on port 3000
If you changed a GraphQL query, run pnpm generate
to regenerate the Typescript types.
PRs are welcome!