The following is a website written in Asp.NET Core for educational purposes. It calls OpenWeatherMap API (https://api.openweathermap.org) to get weather information for specified cities. The token that is passed to the API is free, you can use it in other projects or, alternatively, subscribe to OpenWeatherMap and get your own for free.
- download and unpack the archive.
- open visual studio as administrator.
- from inside visual studio navigate to the unzipped folder and open the "RagoWeather.csproj" file.
- Build the solution and then run it!
HAVE A SUNNY DAY :)