Skip to content

emperorbj/moviepedia

Repository files navigation

moviepedia

Moviepedia Application

This is a simple movie search application. This simply keeps users up-to-date on latest movies, series and animations.

API Reference

Get all items

  GET /https://api.themoviedb.org/3/search/movie?api_key=
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /https://api.themoviedb.org/3/discover/movie?sort_by=popularity.desc&api_key=
Parameter Type Description
id string Required. Id of item to fetch

Authors

Badges

shields.io

MIT License GPLv3 License AGPL License

Demo

https://moviepedia-kohl.vercel.app

Features

  • Live previews
  • Fullscreen mode
  • Cross platform

🔗 Links

portfolio linkedin twitter

Tech Stack

Client: Html, CSS and Javascript

Contributing

Contributions are always welcome!

  1. Clone the repository
  2. Make your changes and commits.
  3. Send a pull request to be merged on the main branch