Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cnyexchangerate

mydoors46ISC1.0.7

many currencies to CNY or RMB exchange rate

RMB, CNY, USD, EUR, JPY

readme

get the exchange rate for the many currencies to CNY

Install

npm i cnyexchangerate -s

Usage

  1. get the USD dollar rate

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

})();
```

2.you can use JPY,EUR etc.