node bestchange
1.0.7
Nodejs 上 bestchange.ru 的 API。
$ npm i node-bestchange --save
async (() => { const Api = require('node-bestchange') const api = wait (new Api()).load(); // btc (93) 到 Tinkoff (105) const rates = wait api.getRates().filter(93, 105) constcurrency = wait api.getCurrency() // 集合货币 console.log(currencies.getData()) // 列出货币 })()
要使用 API,您需要添加一个指向 https://bestchange.ru 的链接,其中将使用货币汇率。
始终欢迎拉取请求。