Tools
Weather
Simple Weather API client for accessing weather data based on location.
- package:
@agentic/weather
- exports:
class WeatherClient
,namespace weather
- env vars:
WEATHER_API_KEY
- source
- weatherapi.com api docs
Install
Usage
import { WeatherClient } from '@agentic/weather'
const weather = new WeatherClient()
const res = await weather.getCurrentWeather('new york')