Package Exports
- @hasadna/open-bus-api-client
- @hasadna/open-bus-api-client/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hasadna/open-bus-api-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🚌 Open Bus API Client
A TypeScript client library for interacting with the Open-Bus API.
🔗 Links
📦 Installation
npm install @hasadna/open-bus-api-client🔧 Usage
import { Client } from "@hasadna/open-bus-api-client";
const client = new Client();
const stops = await client.getBusStops(...);
console.log(stops);