calvn / bus-api-go

:bus: Generic API for bus schedules in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:bus: Generic API for bus schedules in Go

License:MIT License


Languages

Language:Go 97.5%Language:Makefile 2.5%