Skip to content

alexraskin/trakt-tv-now-playing

Repository files navigation

Trakt.tv Now Playing API

Simple API to check what a Trakt.tv user is currently watching.

Image from Gyazo

trakt.tv Now Playing

Running the API

Get your Trakt.tv API key from Trakt.tv

Docker

# 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

Local Development

export TRAKT_API_KEY=your_client_id
go run main.go

Usage

Check what a user is watching

GET /:username

Get shields.io badge

GET /:username?format=shields.io

Example: http://localhost:8080/username?format=shields.io

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages