Source code for a Movie Trailer website created for part of ud036 Udacity Course.
Following are required to run this website
- Python2
- Webbrowser
- git
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
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