packages feed

themoviedb-1.1.4.0: README.md

TheMovieDB API for Haskell [![Hackage][hackage-shield]][hackage] [![Travis][travis-shield]][travis]
==========================

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.

[TheMovieDB]: http://themoviedb.org
[API]: http://docs.themoviedb.apiary.io

Documentation
=============

See the [Network.API.TheMovieDB][] module for complete documentation.

[Network.API.TheMovieDB]: https://github.com/pjones/themoviedb/blob/master/src/Network/API/TheMovieDB.hs

Example
=======

There's an [example][] application in the `example` directory.
Surprising, I know.

[example]: https://github.com/pjones/themoviedb/blob/master/example/Main.hs

[hackage]: http://hackage.haskell.org/package/themoviedb
[hackage-shield]: https://img.shields.io/badge/hackage-v1.1.4.0-blue.svg

[travis]: https://travis-ci.org/pjones/themoviedb
[travis-shield]: https://travis-ci.org/pjones/themoviedb.svg?branch=master