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 ..
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 27 octombrie 2016 la ora 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.