CopyrightCopyright (C) 2017 Johannes Hartmann, Liam Kelly, Manuel Campos Villarreal
LicenseMIT
MaintainerJohannes Hartmann <ec17512@qmul.ac.uk>
Stabilityprovisional
Portabilityportable
Safe HaskellNone

Main

Description

This purpose of the application is to download all the recent movies from the TheMovieDB API and stores them into a SQLite database. Main Functionality is as Follows: The user types in an actor in the Console; The application will look this actor up and print out all movies he's playing in. Then, for a given location it suggests cinemas in the areas that play this movie.

Written by Johannes Hartmann, Liam Kelly, Manuel Campos Villarreal

Synopsis

Documentation

run :: IO () Source #

The real application function. This function is responsible for filling up the database and interacting with the user. This function throws lots of exceptions witch will be handled in the main function

main :: IO () Source #

The main function of this application