1.0.1 • Published 2 years ago

ankit-currency-convertor v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

ankit-currency-convertor

An npm package to convert currency usage:-

-> export this like below in your project import { convertCurrency } from "ankit-currency-convertor";

-> use the below function to convert the currency convertCurrency("from_country","to_country",no_of_unit)

eg :-> convertCurrency("USD","INR",5).then((res)=>console.log(res));

1.0.1

2 years ago

1.0.0

2 years ago