/wu-scrap

I need to keep a look on currency, So I made a bash script and a node cron job to notify me remotely and gather data about target currencies variation

Primary LanguageTypeScript

I love bash scripting

This one does one of my daily chores which is to keep look currencies so I can pick a favorable one. Using ntfy I fastly could make a setup where I receive notifications on my phone and store data for research purposes.

Run the code, mess a little with cron timings and have fun!

2.0.1

  • Python charts Generation based on time and values image

3.0.0

  • Conversions REST API is out: http://:5858/convertion/BRL/ARS/:value-to-convert http://:5858/convertion/BRL/USD/:value-to-convert

Return example

{
"value": "10002",
"convertedAmount": "647529.48 ARS",
"lastPrice": "64.74ARS"
}