Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lovejotsaini/movie-app
- Owner: Lovejotsaini
- Created: 2021-09-28T20:52:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T23:32:10.000Z (about 3 years ago)
- Last Synced: 2023-10-17T15:29:12.569Z (about 1 year ago)
- Topics: axios, es6-javascript, react-hooks, reactjs, rest-api, styled-components
- Language: JavaScript
- Homepage:
- Size: 417 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`