rupee-yen
v2.0.1
Published
convert currency between Rupee and Japanees Yen
Downloads
3
Readme
rupee-yen
It is a pure Javascript written library. It helps to convert currency between Indian Rupee and Japanees Yen
Installation
npm install rupee-yen
How to Use
const foo = require('rupee-yen');
next call the module
console.log(foo('yr',<AMOUNT>)); // use first argument as 'yr' to convert currency from Yen to Indian Rupee
OR
console.log(foo('ry',<AMOUNT>)); // use first argument as 'ry' to convert currency from Indian Rupee to Yen
All the best! Happy Coding! :+1: :point_right: :beers: