Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 653 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 653 Bytes

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 [email protected]: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