tfl api wrapper:用于Transport for London Unified API和TrackerNet的Node JS包装器 源码
TfL API包装器 TfL Unified API的NodeJS包装,由TypeScript制作。 阅读 安装 npm install tfl-api-wrapper yarn add tfl-api-wrapper 贡献 有许多方法可以为此回购做出贡献。 并帮助我们在检入时验证修补程序。 查看。 用法示例 线 import { Line } from 'tfl-api-wrapper' ; const config = { app_key : 'API KEY HERE' , } ; const line = new Line ( config ) 停止点 import { StopPoint } from 'tfl-api-wrapper' ; const config = { app_key : 'API KEY HERE' , } ; const line = n
用户评论