Simple Weather API client for accessing weather data based on location.
@agentic/weather
class WeatherClient
namespace weather
WEATHER_API_KEY
import { WeatherClient } from '@agentic/weather' const weather = new WeatherClient() const res = await weather.getCurrentWeather('new york')