diff --git a/RECEPIE.md b/RECEPIE.md index 097ba80..8560a29 100644 --- a/RECEPIE.md +++ b/RECEPIE.md @@ -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`, @@ -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` @@ -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