kurs
v1.0.2-beta2
Published
A node package that will make scrapping currency text easier
Downloads
4
Maintainers
Readme
Kurs
1.0.2-beta2
Kurs came from the word 'kurensi' from Bahasa Indonesia.
The purpose of this package is to scrap currency data, but since I didn't put many effort in it. It will only return a string, for now.
Usage
Params
- Amount
- From
- To
// kurs.scrap(amount, from, to)
kurs.scrap(1, 'idr', usd)
The code above will return :
1 IDR > USD = ... USD
License
This package is currently licensed under MIT. I'll probably change it to the Creative Commons license in the future. Probably, probably.