javascript-express icon indicating copy to clipboard operation
javascript-express copied to clipboard

Exercise 9.3 is broken due to Coindesk API is no longer returning historical data by default

Open mralebrije opened this issue 2 years ago • 0 comments

If we consume

https://api.coindesk.com/v1/bpi/historical/close.json

we are no longer getting the bpi node needed in the response to complete the exercise.

So, we need to update it to consume data for a previous date ex:

https://api.coindesk.com/v1/bpi/historical/close.json?start=2021-01-01&end=2021-03-01

image

BTW ❤️ thanks for your amazing courses.

mralebrije avatar Aug 24 '22 00:08 mralebrije