文件名称:ecobici-node:适用于EcoBici实时API的Node.js实用工具
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-26 00:23:39
JavaScript
EcoBici Node API实用程序 适用于实时API数据的Node.js实用程序 初始化和实用方法 var ecobici = require ( 'ecobici' ) ; ecobici ( function ( err , dataObj ) { if ( err ) { console . log ( "An error has occurred: " + err ) ; return ; } // dataObj is a newly created object used to query request result // raw fetched data accesible via dataObj.data, with the format below /* dataObj.data = [ { EstacionNombre
【文件预览】:
ecobici-node-master
----.jshintrc(136B)
----lib()
--------data-object.js(2KB)
--------ecobici.js(1KB)
----LICENSE(1KB)
----test()
--------basic.js(6KB)
--------util()
----README.md(2KB)
----.gitignore(19B)
----index.js(43B)
----package.json(826B)