
Currency conversion, from * to PLN
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Curency conversion script.
I use it, to convert EUR to PLN. It will convert desired currency to PLN only, because it parses NBP actual currencies table.
Oh, and the most important thing - it requires internet connection to fetch data.
HOW TO USE:
Download script, set chmod +x on it, and execute with currency name as a parameter, for example:
./currency EUR
It will provide actual euro value in PLN.
You can use any ID instead of EUR, for example USD, JPY, CAD and so on. All ID's are available here:
http://nbp.pl/Kursy/KursyA.html
Please login or register to add a comment or rating