Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.39 KB

File metadata and controls

34 lines (22 loc) · 1.39 KB

Open-Meteo Maps

codecov Build GitHub license

A UI demo for the Open-Meteo Weather Map Layer — a MapLibre/Mapbox GL JS weather layer powered by Open-Meteo OMfiles.

Open-Meteo Maps UI example

About

This is a client-side app that fetches OMfiles from openmeteo.s3.amazonaws.com and renders them with MapLibre GL. Weather tiles are fully rendered in the browser at the native model resolution — no server-side tile rendering required.

Looking for the Open-Meteo API? See open-meteo/open-meteo.

Development

npm install
npm run dev

Build for production:

npm run build
npm run preview

Issues & Contributing

  • Open issues and PRs in this repository for UI/demo-related changes.
  • For issues with the weather map layer itself, see the weather-map-layer issues.