Provides interfaces to different TV show information providers
go get
the API you're interested in:
// The TV DB:
$ go get github.com/rjelierse/go-tvapis/thetvdb
// TV Maze:
$ go get github.com/rjelierse/go-tvapis/tvmaze
- Add generic interfaces to allow the usage of either API in place
- Add support for TV show images
- Add support for cast members
- ... (probably a lot more)