Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 448 Bytes

TV APIs for Go

Provides interfaces to different TV show information providers

Installation

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

TODO

  • 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)