Skip to content

GCMoura/seek-movie

Repository files navigation

Find Movie

Using an API for find data about a movie.

Table of Contents

Screenshots (mobile and desktop layout)

Screenshot-1 Screenshot-2

Getting Started

This page was created using only Vanilla Javascript, without frameworks or libraries, therefore for visualizing this page access:

Seek Movie

How it works

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.

API

This application uses APIs available in OMDb-API

  • Examples

    • 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

Clone this repository to your local machine using https://github.com/GCMoura/seek-movie.git

Deploy

The backend was deployed using Heroku. And the frontend was deployed using Github Pages

Contributing

If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Made with ❤️ by Gabriel Moura. Get in touch!