Travel API client
An API client to fetch travel times, written in Go.
This uses the Traveline NextBuses API.
Install
go get -u github.com/conradhodge/travel-api-client
Development
This repository facilitates the ability to develop inside a
VS Code remote container,
this will setup the development environment for you.
Alternatively, please ensure the following dependencies are installed.
Then run the following command to install the local dependencies:
make setup
Run the following to see all available commands.
make