mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2026-02-11 20:09:06 +00:00
initial commit
This commit is contained in:
7
example.js
Normal file
7
example.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var mdb = require('./lib/moviedb');
|
||||
|
||||
var m = new mdb('yout api key');
|
||||
|
||||
m.searchMovie({query: 'alien'}, function(err, res){
|
||||
console.log(res);
|
||||
});
|
||||
Reference in New Issue
Block a user