go build
go test
- create an account under sloppy.io
- in travis set
SLOPPY_APITOKEN
env variable - in travis register
DOCKER_USERNAME
andDOCKER_PASSWORD
- in travis set
DOCKER_IMAGE
which is the docker image name for the app - in travis set
DOMAIN
which is the sloppy domain name or an external one if you have any
- register for an account here https://me.secure.mercedes-benz.com
- login with the account to https://developer.mercedes-benz.com/apis/connected_vehicle_experimental_api and subscribe to the API
- you will need to create a new app there and set a callback URL such as http://localhost:3333/callback for local dev
- Client Id and Client secret need to be exported as
CLIENT_ID
andCLIENT_SECRET
in docker container, this can be achieved via eitherdocker run --env CLIENT_SECRET=xxxxx