Full-featured demos showing how to integrate LibreWXR with popular mapping libraries. Each example connects to the public API at api.librewxr.net by default, or your local instance if opened from localhost.
The most popular open-source JavaScript library for interactive maps. Lightweight, simple API, and excellent mobile support. A great choice for most projects.
WebGL-powered vector and raster map rendering. Hardware-accelerated with smooth zoom, rotation, and pitch. Best for high-performance or 3D-capable applications.
A single animated radar image centered on any location with no map library at all — it demonstrates the lat/lon-centered point-tile endpoint built for widgets and apps, and the exact image URL is always on screen, ready to copy into your own project.
localhost or as a file://, they default to http://localhost:8080. The widget ships an API selector that defaults to the public instance. The in-repo versions of these examples include a source dropdown for switching between local and public APIs. The source code is available in the examples/ directory of the GitHub repository. All three pages are generated from a shared source in examples/src/ and rebuilt with build.py, so contributors should edit the source, not the built HTML.