2.0.1 • Published 2 years ago

rupee-yen v2.0.1

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

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: