Korona.NET, a Novel Coronavirus tracker (redone in C# and WPF for a much nicer UI)
Korona.NET grabs it's data from an API created by https://corona.lmao.ninja/ (thanks so much :D) and then deserializes the JSON to a class using the "Newtonsoft.JSON" library. It then updates the text on a TextBlock. Simple.
- Windows
- .NET Core 3.1
- Internet Connection
- Run the program.
- Refresh by clicking the labeled button.
Thank you, have a nice day.