JSPM

@hasadna/open-bus-api-client

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 51
  • Score
    100M100P100Q90728F
  • License MIT

A client library for interacting with the Open-Bus API.

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.

📦 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);