OpenWeatherMap provides all essential weather data for a specific location:This page covers how to use the
- Current weather
- Minute forecast for 1 hour
- Hourly forecast for 48 hours
- Daily forecast for 8 days
- National weather alerts
- Historical weather data for 40+ years back
OpenWeatherMap API
within LangChain.
Installation and Setup
- Install requirements with:
- Go to OpenWeatherMap and sign up for an account to get your API key here
- Set your API key as
OPENWEATHERMAP_API_KEY
environment variable