weather-api-setup.mdā¢643 B
# WeatherAPI.com Setup
## Quick Setup (3 Steps)
### 1. Create Account
Visit [WeatherAPI.com](https://www.weatherapi.com/) and click **"Get Started"** or **"Sign Up"**.
### 2. Get API Key
- No credit card required for free tier
- Copy your API key from the dashboard
- Free tier includes 1 million calls per month
### 3. Configure Service
Add your API key to the environment:
```bash
# In .env file
WEATHER_API_KEY=your_weatherapi_key_here
```
## Documentation
For complete API documentation, supported query formats, rate limits, and examples, see:
š **[WeatherAPI.com Official Documentation](https://www.weatherapi.com/docs/)**