@hackage / themoviedb

Haskell API bindings for http://themoviedb.org

Latest1.2.2

About

Metadata

  • Last updated , by PeterJones
  • License MIT
  • Categories Network Development
  • Maintained by: Peter Jones <pjones@devalot.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.2.3
  2. 9.0.2
  3. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    maintainer (off by default)

    Enable settings for the package maintainer.

Readme

The Movie Database (TMDb) API for Haskell

tests GitHub tag (latest by date) Hackage

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.