文件名称:nodejs-currency-converter:一个基于https的简单货币转换器
文件大小:54KB
文件格式:ZIP
更新时间:2024-06-06 01:43:41
nodejs currency coin currency-converter fixer-io
NodeJS货币转换器 一个基于简单货币转换器。 入门 安装 可以使用npm安装该软件包 npm install nodejs-currency-converter 用法 导入nodejs-currency-converter并将其用作Promise。 const convertCurrency = require('nodejs-currency-converter'); convertCurrency(1, 'USD', 'BRL').then(response => response); 如果没有最后一个参数,该函数将根据当天的转换返回货币。 要传递要转换的日期,请以YYYY-MM-DD格式传递最后一个参数。 const convertCurrency = require('nodejs-currency-converter'); convertCurrency(1, '
【文件预览】:
nodejs-currency-converter-master
----.eslintrc.json(32B)
----.gitignore(884B)
----package.json(1KB)
----package-lock.json(231KB)
----.travis.yml(61B)
----LICENSE(1KB)
----index.js(1KB)
----test.js(1KB)
----README.md(1KB)