Welcome to EarthquakeMonitor!
This is a .NET WPF Desktop application written in C#.
It gets live earthquake info from GeoJSON and displays all earthquakes that occurred in the last hour, including the nearest 3 cities.
- Microsoft Visual Studio Community 2015 Version 14.0.25431.01 Update 3
- Microsoft .NET Framework version 4.6.01586
git clone https://github.com/myersa/EarthquakeMonitor.git- Open
/EarthquakeMonitor.slnin Visual Studio 2015 or newer - Install dependencies:
- Open the NuGet console (Tools -> NuGet Package Manager)
- Install Microsoft.AspNet.WebApi.Client:
Install-Package Microsoft.AspNet.WebApi.Client
- Build
- Run