/WorldTimeGtkSharp

C# program with a GUI that shows the time of a location

Primary LanguageC#

WorldTimeGtkSharp

Overview

This is a simple app that tells the time of a location. It uses GTK for its GUI.

Run

To run this program you will need the .NET Core CLI installed to your machine. After that, you can simply run the program by typing dotnet run in the root directory of the project.


Example of the app

Your own API Key?

To use your own API key from World Weather Online, you can use it by locating the APIRequest.cs file, going to line 16, and then replacing "your key" in string apiKey = "put your key here"; with your API key.