- Remote - Spotify.app control app (run locally)
- API - Portal (manages queue, controls Remote)
- Amazon SQS - Messaging between Portal and Remote
go get
- Install required packagesgo build
- Build binary./remote
- Run remote app
Note: You will need to provide Remote with an Amazon access key and secret key for an SQS queue as environment variables or via a .env
file.
ACCESS_KEY=XXXXXXXXXXX
ACCESS_SECRET=XXXXXXXXXXXXXXX
go get
- Install required packagesgo build
- Build binary./api
- Run Portal
Note: You will need to provide Remote with an Amazon access key and secret key for an SQS queue as environment variables or via a .env
file.
ACCESS_KEY=XXXXXXXXXXX
ACCESS_SECRET=XXXXXXXXXXXXXXX