You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Korona.NET
2
-
Korona.NET, a Novel Coronavirus tracker (redone in C# and WPF for a much nicer UI)
1
+
# Korona.NET
2
+
Korona.NET, a Novel Coronavirus tracker (redone in C# and WPF for a much nicer UI)
3
3
4
4

5
5
# How it Works
6
-
Korona grabs it's data from an API created by https://github.com/Laeyoung (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.
6
+
Korona.NET grabs it's data from an API created by https://github.com/Laeyoung (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.
0 commit comments