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..
Extend the --fake switch code so that we have sample data for all metals for both price (single day) and history (multiple dates) so we have one for each metal, and that when --fake is used, which ever metal (eg: --palladium) is used, it will use the correct sample file to fake the api call. This is not really important, just a nice if it showed some actual data for that metal since the display will already display the metal being faked so that part isn't important.
It would be nice to use the dates from the sample files to display regardless of what the --date or --start --end dates specified were (basically ignore those and use the date(s) from the files on the display so that it's actually accurate. Again, just a nice to have, not important nor affects any real functionality.
Extend the --fake switch code so that we have sample data for all metals for both price (single day) and history (multiple dates) so we have one for each metal, and that when --fake is used, which ever metal (eg: --palladium) is used, it will use the correct sample file to fake the api call. This is not really important, just a nice if it showed some actual data for that metal since the display will already display the metal being faked so that part isn't important.
It would be nice to use the dates from the sample files to display regardless of what the --date or --start --end dates specified were (basically ignore those and use the date(s) from the files on the display so that it's actually accurate. Again, just a nice to have, not important nor affects any real functionality.