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

https://github.com/ssi02014/react_moive_app


https://github.com/ssi02014/react_moive_app

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Movie App

Github Page: https://ssi02014.github.io/React_Moive_App




개요: themoviedb API를 이용해 Search까지 가능한 Movie App


API Stuff



  • FEATURED_API = "https://api.themoviedb.org/3/discover/movie?sort_by=popularity.desc&api_key=04c35731a5ee918f014970082a0088b1&page=1"

  • SEARCH_API = "https://api.themoviedb.org/3/search/movie?&api_key=04c35731a5ee918f014970082a0088b1&query="

  • IMG_API = "https://image.tmdb.org/t/p/w1280"

결과 화면

![1](https://user-images.githubusercontent.com/64779472/100611283-75b50880-3354-11eb-8610-cd8191257396.PNG)