[JavaScript] OMDb API : ์˜ํ™”์ •๋ณด ๋ฐ›์•„์˜ค๊ธฐ

2022. 3. 23. 21:16

 

http://www.omdbapi.com 

 

OMDb API - The Open Movie Database

 

www.omdbapi.com

 

API Key ๋ฐœ๊ธ‰ ํ›„ ์‚ฌ์šฉ

 

import axios from 'axios'

function fetchMovies() {
  axios
    .get('https://www.omdbapi.com/?apikey=7035c60c&s=frozen')
    .then((response) => {
      console.log(response)
    })
}
728x90

BELATED ARTICLES

more