Implementation of jormungandr in go as multiple micro services
schedules
handle schedules apis (no kidding):
- /route_schedules (partial support)
- /stop_schedules (not implemented yet)
- /departures (not implemented yet)
- /arrivals (not implemented yet)
You must have the latest version of go installed. In the root directory of the project do:
make setup
You can then build the project by doing:
make
The test can be run with the following command:
make ci