Skip to content

Go package for interfacing with different TV database APIs

Notifications You must be signed in to change notification settings

rjelierse/go-tvapis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Go package for interfacing with different TV database APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages