andrewjmead / node-course-v3-code

Code for version 3 of The Complete Node.js Developer Course
646 stars 423 forks source link

ratesapi.io is dead #8

Open w48402 opened 1 year ago

w48402 commented 1 year ago

Hi Andrew,

I have attended your course on Udemy for nodejs. It was really helpful. Based on your guidance, I am using node module in my application. I am facing issue while using npm exchange rate module. It seems module is using api ratesapi.io which is dead now. Based on some research, I have replaced the baseurl with setApiBaseUrl('https://api.exchangerate.host') in node module as administrator of exchange-rate node module have not changed the code yet to use correct url .

It was working fine in my local version but when I have deployed my code, it's still picking api ratesapi.io

Could you please help me with the solution, I am using SAP HANA cloud with nodejs. When I deploy my code, node modules are not getting deployed as its automatically pick from public library.

I have already raised this issue to the owner as well but no response as of now. I need to fix this urgently due to planned release. (https://github.com/over-engineer/exchange-rates/issues/12)

Regards, Deepti