Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch weather data and convert common units.
npm install @wolfstar/weather-helpers
pnpm add @wolfstar/weather-helpers
yarn add @wolfstar/weather-helpers
bun add @wolfstar/weather-helpers
@wolfstar/safe-fetch
import { getWeatherData } from '@wolfstar/weather-helpers'; const result = await getWeatherData('Amsterdam', 'en-us'); console.log(result);