/ud036_StarterCode

Starter Code

Primary LanguagePython

Movie Trailer Website

Source code for a Movie Trailer website created for part of ud036 Udacity Course.

Requirements

Following are required to run this website

  • Python2
  • Webbrowser
  • git

Installation

You can clone this repo by running the below code

git clone git@github.com:getmmg/ud036_StarterCode.git

After cloning this repo open the entertainment_center.py using python IDLE and run the code. It should open the webbrowser to show the favourite list of movie

Notes

This mimics the API call with json file, you need to modify the fetch_from_api function in entertainment_center.py to fetch the data from your web api