This is a test app to play around with golang.
It consumes https://api.tfl.gov.uk/ API.
- Golang installed
- Dep (Golang dependency management tool) installed
- Create
.env
file
API_KEY=<your api key for tfl api>
APP_ID=<your app id for tfl api>
- Install dependencies
make install
- Build the app
make build
- Run the app
make start
docker build -t go-tubes .
docker run go-tubes