Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 554 Bytes

File metadata and controls

26 lines (15 loc) · 554 Bytes

The NextBus Inc. XML feed provides useful data to build real-time transit applications. This library makes it easy to use by converting the NextBus Inc. XML feed into a RESTful JSON API.

All documentation is hosted at restbus.info.

Getting Started

  1. Run npm install
  2. Run npm start

Usage

Server-side (our use-case)

  • Deploy and consume the API via Port 3535.

Client-side

  • Package can be added to a React app.