Readme for themoviedb-0.1.0.1

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.

Warning

This library currently uses HTTP and not HTTPS while sending your API key to TheMovieDB. In order to fix this we'll need to use something other than Network.HTTP. Patches welcome!