Simple console application to get the closing price of gold, silver, palladium or platinum for the previous day. Can be scheduled to run daily or used manually..
Let's move this from using Newtonsoft to the built-in Json to eliminate an unnecessary nuget package. Microsoft has introduced quite a few improvements and eliminating any third party package is not a bad idea if there is not a specific need to use it.
Let's move this from using Newtonsoft to the built-in Json to eliminate an unnecessary nuget package. Microsoft has introduced quite a few improvements and eliminating any third party package is not a bad idea if there is not a specific need to use it.