i am trying to use the mdb api.. but not sure how to apply it. Totally new with node and also first timer working with api thing. how do i apply the key in here :
const moviedbURL = 'https://api.themoviedb.org/3/movie/76341?api_key={API_KEY}';
I have the api_key assigned to {API_KEY} in other page ..
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 10 月 27 日 5:08下午
Hi @forEach,
I can't help much for Node I'm afraid. Have you checked out one of the Node libraries? They can often be quite helpful.
https://github.com/impronunciable/moviedb looks like the better one.