SkyCast is a VB.NET application that retrieves and displays weather information using the OpenWeatherMap API. It fetches current weather conditions, including temperature, humidity, precipitation, and an hourly forecast, for a user-specified location.
- Newtonsoft.Json - JSON library for .NET.
- DotNetEnv - For loading environment variables.
- An OpenWeatherMap API Key.
- Clone this repository.
- Install the required NuGet packages:
Install-Package Newtonsoft.Json Install-Package DotNetEnv