@stormlore/react
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.
You own the ends. We handle the middle.
Four lines of code. Live data. Automatic unit conversion.
The Timeseries component handles time formatting, axis scaling, and color selection automatically.
Click anywhere on the map to query live data. Tile overlays, point queries, and pan/zoom — all built in.
Meteogram for multi-parameter comparison. Wind rose for directional analysis. Both from the same timeseries query.
Every component works together. Pick a model, select parameters, and explore the data. This is what a few dozen lines of React gets you.
Everything you see above ships as two npm packages — a pure TypeScript client and a React component library.
npm install @stormlore/client @stormlore/react