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 ..
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 27 outubro 2016 às 5:08 PM
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.