https://github.com/pjones/themoviedb
Simple Haskell library that provides functions for retrieving movie metadata from TheMovieDB
https://github.com/pjones/themoviedb
Last synced: 2 months ago
JSON representation
Simple Haskell library that provides functions for retrieving movie metadata from TheMovieDB
- Host: GitHub
- URL: https://github.com/pjones/themoviedb
- Owner: pjones
- License: mit
- Created: 2012-12-14T16:43:22.000Z (over 12 years ago)
- Default Branch: trunk
- Last Pushed: 2023-09-05T00:14:43.000Z (over 1 year ago)
- Last Synced: 2025-03-17T18:48:40.145Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 161 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# The Movie Database (TMDb) API for Haskell
[](https://github.com/pjones/themoviedb/actions)
[](https://github.com/pjones/themoviedb/releases)
[](https://hackage.haskell.org/package/themoviedb)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.[TMDb]: http://themoviedb.org
[API]: http://docs.themoviedb.apiary.io## Documentation
See the [Network.API.TheMovieDB][] module for complete documentation.
[Network.API.TheMovieDB]: https://hackage.haskell.org/package/themoviedb/docs/Network-API-TheMovieDB.html
## Example
There's an [example](example/Main.hs) application in the `example` directory.
Surprising, I know.