node openex:用于nodejs的openexchangerates.org API模块
openex + Openex是提供的API的简单客户端。检查他们的以了解每个API调用应返回哪些键/值。安装npm install openex特征支持/latest API支持/currencies API可以提供app_id应用程序接口var openex = require ( 'openex' ) openex.app_id如果设置了openex.app_id ,它将包含在API调用中。例如,使用https需要付费的app_id。例如`openex.app_id = 'deadbeef'。 openex.latest([options], cb)查询/latest API,然后用结果调用函数cb(err, res)。 (免责声明和许可觉得不必要,从退回的对象中删除) openex.currencies([option
文件列表
node-openex-master.zip
(预估有个7文件)
node-openex-master
.travis.yml
35B
package.json
580B
test
test.js
1KB
LICENSE
1KB
.gitignore
13B
lib
openex.js
3KB
README.md
3KB
暂无评论