Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 689 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 689 Bytes

STATE API

built with nix

Contact: hello@tlm.solutions

This service models the public transport network of multiple cities. Against this model you can REST request and overview of endpoints are documented here.

Configuration

Environment Variables

  • GRAPH_FILE default: graph.json
  • STOPS_FILE default: ../stops.json
  • GRPC_HOST default: 127.0.0.1:50051
  • HTTP_HOST default: 127.0.0.1
  • HTTP_PORT default: 9002