Run Steps:
-
Clone the repo
-
Inside the repo, create a config.js file with your Dark Sky secret key, like this:
var config = {
SECRET_KEY: '[YOUR_SECRET_KEY]'
}
-
Make sure you have .NET Core SDK 2.2 installed on your machine. You can find them here: https://dotnet.microsoft.com/download/dotnet-core/2.2
-
Build and run CityCoordinatesAPI with IIS Express for a locally served API at port 44354.
-
Open View.html for a simple UI built with Vue.js + Axios.
xUnit testing project included with the CityCoordinatesAPI solution with 20 tests.