Description
Haskell API bindings for http://themoviedb.org.
Description
This library provides functions for retrieving metadata from the http://TheMovieDB.org API. Documentation can be found in the Network.API.TheMovieDB
module.
README.md
The Movie Database (TMDb) API for Haskell
This is a simple library that provides functions for retrieving metadata from the TMDb API. To use this library you need to request an API key from TMDb. 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.