Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lovejotsaini/movie-app

movies information app in which user can search any movie and he/she will get all the information related to that movies (eg-imdb ratings,casts etc)
https://github.com/lovejotsaini/movie-app

axios es6-javascript react-hooks reactjs rest-api styled-components

Last synced: 1 day ago
JSON representation

movies information app in which user can search any movie and he/she will get all the information related to that movies (eg-imdb ratings,casts etc)

Awesome Lists containing this project

README

        

### APIs Used
[The Open Movie Database APIs](http://www.omdbapi.com/)

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`