@hackage themoviedb1.1.1.0
Haskell API bindings for http://themoviedb.org
Categories
License
MIT
Maintainer
Peter Jones <pjones@devalot.com>
Links
Versions
Installation
Dependencies (14)
- aeson >=0.6 && <0.10
- base >=4.6 && <5.0
- binary >=0.7 && <0.8
- bytestring >=0.9 && <0.11
- either >=4.3 && <4.5
- http-client >=0.4 && <0.5 Show all…
Dependents (2)
@hackage/vimeta, @hackage/acme-everything
Package Flags
maintainer
(off by default)
Enable settings for the package maintainer.
TheMovieDB API for Haskell
This is a simple library that provides functions for retrieving movie metadata from TheMovieDB API. To use this library you need to request an API key from TheMovieDB. Follow the directions on the API page.
Documentation
See the Network.API.TheMovieDB module for complete documentation.
Example
There's an example application in the example directory.
Surprising, I know.