/bus-api-go

:bus: Generic API for bus schedules in Go

Primary LanguageGoMIT LicenseMIT

Bus Schedule API

Build Status Coverage Status

Generic API for bus schedules in Go.
Base API used for the application: https://horarios.sabaramais.com.br/

Development

Copy the settings and docker compose from sample:

cp config/settings_sample.yaml config/settings.yaml
cp docker-compose_sample.yaml docker-compose.yaml

Start docker enviroment (docker and docker-compose required)

docker-compose up -d

Service avaliable in http://localhost:5000

Java Version with Spring Boot: https://github.com/rodrigo-brito/onibus-api