I wanted to have some kind of alert system to be notified when the rate is at some certain value.
I am using Revolut data from https://revolut.com for this.
Here are resources to read rate.
- Revolut - free
- European Central Bank (ECB) - free
- http://free.currencyconverterapi.com - Probably has hit limit
I am using Next.js for this project.
There are two endpoints for this project.
http://localhost:3000/rates which will only render the result similar to a json object. However, due to use of Next.js, it is still a html page
http://localhost:3000/ the same content, but this time with some nice look!