themoviedb alternatives and similar packages
Based on the "API" category.
Alternatively, view themoviedb alternatives based on common mentions on social networks and blogs.
-
serverless-haskell
Deploying Haskell applications to AWS Lambda with Serverless -
stratosphere
Haskell EDSL and type-checker for AWS CloudFormation templates -
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
servant-to-elm
Generate Elm client libraries from Servant API definitions. -
github-webhooks
Haskell types and instances for decoding GitHub webhook payloads. -
reflex-gadt-api
Interact with a JSON-serialized API defined by a GADT in your reflex-dom application -
aws-kinesis-client
A producer/consumer client library for Kinesis -
language-cil
Manipulating Common Intermediate Language AST in Haskell -
hw-kafka-avro
SchemaRegistry bindings with Avro scheme to use with kafka-client -
aws-performance-tests
Performance Tests for the Haskell Bindings for Amazon Web Services (AWS) -
aws-sign4
Haskell implementation of the AWS Signature V4 protocol for signing HTTP requests -
github-rest
A flexible Haskell API for querying the GitHub REST API -
aws-configuration-tools
Configuration types, parsers and renderers for AWS services using configuration-tools -
arbor-postgres
Convenience types and functions to make postgresql-simple easier and less error-prone to use. -
aws-cloudfront-signer
Haksell library package for signing URL requests to the AWS CloudFront service -
github-backup
backs up everything github knows about a repository, to the repository -
aws-elastic-transcoder
extension to the Haskell AWS repository to interface to the AWS Elastic Transcoder service
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of themoviedb or a related project?
README
The Movie Database (TMDb) API for Haskell
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.