cnyexchangerate

1.0.7 • Public • Published

get the exchange rate for the many currencies to CNY

Install

npm i cnyexchangerate -s

Usage

  1. get the USD dollar rate

    const cnyex=require('cnyexchangerate');
    (async ()=>{
    let res=await cnyex.getRate("USD")
     
     
    })();

2.you can use JPY,EUR etc.

Readme

Keywords

Package Sidebar

Install

npm i cnyexchangerate

Weekly Downloads

0

Version

1.0.7

License

ISC

Unpacked Size

1.51 kB

Total Files

4

Last publish

Collaborators

  • mydoors