Using an API for find data about a movie.
This page was created using only Vanilla Javascript, without frameworks or libraries, therefore for visualizing this page access:
Search for the keyword in input section. After press Search button, the application connect with API from OMDb (The Open Movie Database), which return all the movies with keyword. If click in the movie poster a new connection with API is done and the data of the movie is show.
This application uses APIs available in OMDb-API
-
- To search for a keyword:
http://www.omdbapi.com/?apikey=${apiKey}&s=${keyword}&type=movie
- To search for a specific title:
http://www.omdbapi.com/?apikey=${apiKey}&t=${movieTitle}&type=movie
Clone this repository to your local machine using https://github.com/GCMoura/seek-movie.git
The backend was deployed using Heroku. And the frontend was deployed using Github Pages
If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Made with ❤️ by Gabriel Moura. Get in touch!