Project information

Project Summary

This is a C# console application that compares current weather statistics between two locations using the Dark Sky API. It operates by taking input from the user in the form of two ZIP Codes, and uses a CSV file to convert those in Latitude and Longitude values, the required data input for the Dark Sky API. It then allows the user to compare these two locations, and output the comparison data to a text file.