/movie-details

CLI and Web App that takes a movie name & finds its genre, release date, IMDB rating, plot etc.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

movie-details

Takes a movie name & finds its genre, release date, IMDB rating, plot etc.

Options

  1. Web version's Live Demo Here
  2. For CLI version, run "python3 app.py" (without quotation marks)

Learnings

  • AJAX (handling API requests using axios)
  • ES6+ syntax
  • Debugging
  • DOM manipulation
  • Session Storage
  • Basic JS routing

Tech Stack

  • HTML5
  • Bootstrap
  • jQuery
  • axios
  • Python3 (for cli version)

API used

http://omdbapi.com/