Simple API to check what a Trakt.tv user is currently watching.
Get your Trakt.tv API key from Trakt.tv
# Build the image
docker build -t trakt-now-playing .
# Run the container
docker run -d \
-p 4000:4000 \
-e TRAKT_API_KEY=your_client_id \
--name trakt-now-playing \
trakt-now-playing
export TRAKT_API_KEY=your_client_id
go run main.go
GET /:username
GET /:username?format=shields.io
Example: http://localhost:8080/username?format=shields.io