arddor / MovieAdvisor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieAdvisor

About

The project offers a platform to search for movies by common parameters like year range, genre, specific keywords and the actors in the movie. The idea is to present trailers to the user rather than that he has to read all the information himself. The intuitive user interface allows to switch easily between possibles movies and bookmark movies which are interesting in the "hotlist". The data is provided by the popular website themoviedb.

Demo

Here you can check out the MovieAdvisor.

Getting Started

  1. Make sure you have NodeJS and npm installed.

  2. Clone the repository

  3. Install the dependencies

    cd path/to/MovieAdvisor; npm install
    
  4. Start the app

    npm start
    
  5. Visit

    http://localhost:3030/
    

Technologies

The Project makes use of the following libaries and technologies:

Changelog

0.1.0

  • Initial release

License

Copyright (c) 2015

Licensed under the MIT license.

About

License:MIT License


Languages

Language:JavaScript 99.9%Language:CSS 0.1%Language:HTML 0.0%