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
, 27 октября 2016 в 17: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.