mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 17:50:25 +00:00
publish 0.0.1
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
var mdb = require('./lib/moviedb');
|
||||
|
||||
var m = new mdb('yout api key');
|
||||
var m = new mdb('dc4940972c268b026150cf7be6f01d11');
|
||||
|
||||
m.searchMovie({query: 'alien'}, function(err, res){
|
||||
console.log(err);
|
||||
console.log(res);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user