Skip to content

Commit

Permalink
Update RECEPIE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaljainwin authored Oct 4, 2022
1 parent 407e584 commit e95675f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RECEPIE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

`👉 Get all the movies`

`const requests = {
``const requests = {
fetchTrending: `/trending/all/week?api_key=${API_KEY}&language=en-US`,
fetchNetflixOriginals: `/discover/tv?api_key=${API_KEY}&with_networks=213`,
fetchTopRated: `/movie/top_rated?api_key=${API_KEY}&language=en-US`,
Expand All @@ -14,7 +14,7 @@
fetchHorrorMovies: `/discover/movie?api_key=${API_KEY}&with_genres=27`,
fetchRomanceMovies: `/discover/movie?api_key=${API_KEY}&with_genres=10749`,
fetchDocumantaries: `/discover/movie?api_key=${API_KEY}&with_genres=99`
}`
}``

`npm i axios`

Expand All @@ -30,9 +30,9 @@ const [movies,setMovies]=useState([])

`👉Build the Model using panda `

`👉Build the Apis for getting :
`👉Build the Apis for getting :`
- List of movies
- Recommended movies`
- Recommended movies



Expand Down

0 comments on commit e95675f

Please # to comment.