This project is related with MiBici platform, it encourages another ways to move around the city, in this case they want more people to use bikes instead of using public transport or vehicles. The headquarters are currently located in Guadalajara.
This service will provide information which will help to rebalance the bikes from different stations, in order for improving the bikes availability per station.
These instructions will help you to run, deploy or test the project
What things you need to install
Golang
- Go with brew
brew install go
- From official page
https://golang.org/doc/install
- golangci-lint with go
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- golangci-lint with brew
brew install golangci/tap/golangci-lint
- dep
go get -u github.com/golang/dep/cmd/dep
From cli run
go test ./...
From cli run
golangci-lint run
It is automated every time it merges to Mater
branch via CircleCI