@accubits/currency-converter 中文文档教程

发布于 5年前 浏览 18 更新于 3年前

alt text <><="" p ="">

Currency Converter

一种货币转换实用程序,可用于计算 te 货币的外汇价值。

Installation

使用以下命令安装软件包:

npm i @accubits/currency-converter

## USAGE

    let converter = require('@accubits/currency-converter')

#### 获取可用货币

    let converter = require('@accubits/currency-converter')
    converter.getCurrencies().then(currencies=>{  
    console.log(res)  
 })

Conversions

示例:将 200 美元转换为印度卢比

    let converter = require('@accubits/currency-converter')
    converter.convert('USD','INR',200).then(res=>{  
    console.log(res)  
})

alt text <>

Currency Converter

A currency convertion utility , which can be used to calculate the forex value of te currency.

Installation

Install the package with:

npm i @accubits/currency-converter

## USAGE

    let converter = require('@accubits/currency-converter')

#### Get Available currencies

    let converter = require('@accubits/currency-converter')
    converter.getCurrencies().then(currencies=>{  
    console.log(res)  
 })

Conversions

Example : Convert 200 USD to INR

    let converter = require('@accubits/currency-converter')
    converter.convert('USD','INR',200).then(res=>{  
    console.log(res)  
})
更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文