This is a simple movie search application. This simply keeps users up-to-date on latest movies, series and animations.
GET /https://api.themoviedb.org/3/search/movie?api_key=
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
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 |
https://moviepedia-kohl.vercel.app
- Live previews
- Fullscreen mode
- Cross platform
Client: Html, CSS and Javascript
Contributions are always welcome!
- Clone the repository
- Make your changes and commits.
- Send a pull request to be merged on the main branch