nodejs-ns-api:Nederlandse Spoorwegen API的非官方NodeJS模块

时间:2024-05-22 23:12:34
【文件属性】:

文件名称:nodejs-ns-api:Nederlandse Spoorwegen API的非官方NodeJS模块

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-22 23:12:34

transit trains unlicense ns-api nederlandse-spoorwegen-api

ns-api 使用node.js从访问公共交通数据 要使用此模块,您需要API访问凭据,可以在 (Dutch)处请求。 例子 const NSAPI = require ( 'ns-api' ) ; const ns = new NSAPI ( { key : 'abc123' , } ) ; // Get travel advise ns . getTrips ( { fromStation : 'UT' , toStation : 'AMF' , } ) . then ( data => console . dir ( data , { depth : null , colors : true , } ) ) . catch ( console . error ) ; 安装 npm i ns-api 配置 参数 类型 默认 描述 钥匙 细绳


【文件预览】:
nodejs-ns-api-develop
----.eslintrc(4KB)
----.github()
--------FUNDING.yml(41B)
----example.js(380B)
----test.js(9KB)
----CONTRIBUTING.md(3KB)
----.travis.yml(80B)
----LICENSE(1KB)
----README.md(8KB)
----.editorconfig(186B)
----.gitignore(241B)
----nsapi.js(7KB)
----CHANGELOG.md(19KB)
----package.json(913B)

网友评论