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 ..
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 27 oktober 2016 kl. 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.