1.4.2 • Published 6 years ago

tmdb-hapi v1.4.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Build Status

Hapi.js wrapper for TMDB api

Endpoints

''' path: '/popular'
var req = unirest("GET", "https://api.themoviedb.org/3/movie/popular");

path : ' /toprated',
var req = unirest("GET", "https://api.themoviedb.org/3/movie/top_rated");

path: '/nowplaying',
    var req = unirest("GET", "https://api.themoviedb.org/3/movie/now_playing");

path: '/new',

    var req = unirest("GET", "https://api.themoviedb.org/3/movie/latest");

path: '/upcoming',
    var req = unirest("GET", "https://api.themoviedb.org/3/movie/upcoming");

'''

1.4.2

6 years ago

1.3.2

6 years ago

1.2.2

6 years ago

1.1.2

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago