Skip to content

@stormlore/react

Build With Live Weather Data

Everything below is a real React component pulling live forecast data from Storm Glass. Each section shows what the @stormlore/react SDK builds — and the code behind it.

Live Data Lincoln, NE GFS + HRRR
Your Data Stormgard Storm Glass API Your App

You own the ends. We handle the middle.

Real-Time Conditions at a Glance

Four lines of code. Live data. Automatic unit conversion.

Loading live data...

Full Forecast, One Component

The Timeseries component handles time formatting, axis scaling, and color selection automatically.

Loading live data...

Interactive Maps Without the Complexity

Click anywhere on the map to query live data. Tile overlays, point queries, and pan/zoom — all built in.

Loading live data...

Specialized Visualizations

Meteogram for multi-parameter comparison. Wind rose for directional analysis. Both from the same timeseries query.

Loading live data...

Compose Into Whatever You Need

Every component works together. Pick a model, select parameters, and explore the data. This is what a few dozen lines of React gets you.

Loading live data...

Ready to Build?

Everything you see above ships as two npm packages — a pure TypeScript client and a React component library.

npm install @stormlore/client @stormlore/react
Back to Try It Out