Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 571 Bytes

File metadata and controls

11 lines (8 loc) · 571 Bytes

TMTU

This Code uses the "https://tmtitsapi.locationtracker.com/api/" API used in the WHEREISMYTMTBUS app to extract -

  • Bus Stops
    Bus Stops can be extracted directly from the waypoints API (test/TMTStopsDirect.json) and also through the routes API (test/TMTStopsThroughRoutes.json)
  • Bus Routes
  • Bus Locations
  • Store Bus Locations to a Database (store to a local mongodb instance on "mongodb://localhost:27017")

The endpoints for the API used above are available HERE