文件名称:ns-api:用 Node.js 编写的 NS API 模块
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-13 15:03:13
JavaScript
ns-api
用 Node.js 编写的 NS API 模块
如何使用
var NS = require('./src/ns');
NS.Auth('API Username', 'API Password');
NS.getStations(function(stations) {
return stations; // List of stations
});
文档
文档可以在这里找到: :
(c) 2015 Jesse Reitsma
【文件预览】:
ns-api-master
----src()
--------ns.js(4KB)
----README.md(342B)