Skip to content

A site that displays movie trailers by fetching information from the OMDB API. It's the 1st project in the Udacity Nanodegree: Full Stack Web Developer.

License

Notifications You must be signed in to change notification settings

gregdferrell/course-fsw-p1-movie-trailer

Repository files navigation

Movie Trailer Website: Udacity Nanodegree - Full Stack Web Developer Project 1

The movie trailer website is the first project in the Udacity Nanodegree: Full Stack Web Developer.

A list of IMDB ids are hard coded in the application. When run, the app will call out to the OMDB API to retrieve additional movie information, then create an HTML page to display this information and open this page in a web browser.

Getting Started

Dependencies

  • Python 3.6.2
  • requests==2.18.4

Setup

  • Create a free OMDB API key (from omdbapi.com).
  • Copy config-template.ini to config.ini and fill in the property with your new API key.

Running the App

  • Execute python app.py to run the app.
  • This will create fresh_tomatoes.html in the same directory and open that file using your web browser.

About

A site that displays movie trailers by fetching information from the OMDB API. It's the 1st project in the Udacity Nanodegree: Full Stack Web Developer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages