02. Movie JSON Dump πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

Movie JSON Dump

Instructions

  • Using the provided starter code, add functionality such that clicking Movie Search triggers an AJAX call to the OMDb database and the JSON response to be appended onto the page.

πŸ’‘ Hint

You will need to use JSON.stringify() to render the AJAX response as text.

  • If you finish early, begin reading about the Bandsintown API. Try to understand how to search for a specific artist.

βœ… Solutions

Solutions Click Here