Popularity
5.7
Declining
Activity
0.0
Stable
10
3
4

Monthly Downloads: 36
Programming language: Haskell
License: MIT License
Tags: Network     API    
Latest version: v1.2.0.1

themoviedb alternatives and similar packages

Based on the "API" category.
Alternatively, view themoviedb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of themoviedb or a related project?

Add another 'API' Package

README

The Movie Database (TMDb) API for Haskell

CI 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](example/Main.hs) application in the example directory. Surprising, I know.