Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 403 Bytes

APIs Used

The Open Movie Database APIs

Generate API key from : http://www.omdbapi.com/apikey.aspx

API Info

  • Method: GET
  • Search URL: https://www.omdbapi.com/?s={MOVIE_NAME}&apikey={API_KEY}
  • Movie Details URL: https://www.omdbapi.com/?i={MOVIE_ID}&apikey={API_KEY}

Libraries used

  • styled-components
  • axios
  • react-scripts