Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.
/ movee Public archive

An OMDb API consumer. Programming Club exercise at Telkom University.

License

Notifications You must be signed in to change notification settings

wisn/movee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Movee

An OMDb API consumer. Programming Club exercise at Telkom University.

Requirements

  • ghc version 8.0.1
  • aeson package
  • http-conduit package

Demo

Usage

runhaskell movee NAME [YEAR]

Example

runhaskell movee who am i
Title  : Who Am I
Year   : 2014
Genre  : Crime, Drama, Sci-Fi
Rating : 7.6

Benjamin, a young German computer whiz, is invited to join a subversive hacker group that wants to be noticed on the world's stage.

This movie is awesome! Looks like worth for us!

With year:

runhaskell movee one day 2016
Title  : One Day
Year   : 2016
Genre  : Romance
Rating : 8.4

N/A

This movie is awesome! Looks like worth for us!

Another example:

runhaskell movee zombeavers
Title  : Zombeavers
Year   : 2014
Genre  : Comedy, Horror, Thriller
Rating : 4.8

A fun weekend turns into madness and horror for a bunch of groupies looking for fun in a beaver infested swamp.

Well, this movie quite modern but has bad rating...

Installation

git clone https://github.com/wisn/movee.git
cd movee
ghc movee
sudo mv movee /usr/bin

Test it out.

movee

About

An OMDb API consumer. Programming Club exercise at Telkom University.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published