wStat is a simple weather website that provides users with up-to-date weather information. Users can enter the name of a city, and the website will display the current temperature, weather condition, high/low for the day, chance of rain, what it feels like, and wind speed. Additionally, the website uses AI (Gemini API) to generate a summary of the weather for the day.
- Enter a city name to retrieve current weather data.
- Displays the current temperature, weather condition, high/low for the day, chance of rain, feels like temperature, and wind speed.
- AI-generated summary of the weather for the day (powered by Gemini API).
- Responsive design using Bootstrap for a seamless experience on all devices.
- HTML: Structure and content of the webpage.
- CSS: Styling and design of the website.
- JavaScript: Interactive features and data handling.
- Node.js: Server-side handling and API requests.
- Bootstrap: Front-end framework for responsive design.
- jQuery: (Used for some minimal DOM manipulation).
- Weather API: Provides current weather data (WeatherAPI)
- Gemini API: Generates an AI-powered weather summary.