mirror of
				https://github.com/KevinMidboe/moviedb.git
				synced 2025-10-29 17:50:25 +00:00 
			
		
		
		
	version 0.0.4
This commit is contained in:
		| @@ -1,3 +1,10 @@ | |||||||
|  | 0.0.4 / 2012-10-29 | ||||||
|  | ================== | ||||||
|  |  | ||||||
|  |   * Added SSL support | ||||||
|  |   * Updated dependencies | ||||||
|  |  | ||||||
|  |  | ||||||
| 0.0.3 / 2012-08-20 | 0.0.3 / 2012-08-20 | ||||||
| ================== | ================== | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								example.js
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								example.js
									
									
									
									
									
								
							| @@ -1,8 +1,10 @@ | |||||||
| var mdb = require('./lib/moviedb'); | var mdb = require('./lib/moviedb')('dc4940972c268b026150cf7be6f01d11'); | ||||||
|  |  | ||||||
| var m = new mdb('dc4940972c268b026150cf7be6f01d11'); | mdb.movieInfo({id: 11}, function(err, res){ | ||||||
|  |   console.log('--------','popular'); | ||||||
| m.searchMovie({query: 'alien'}, function(err, res){ |   console.log(res); | ||||||
|  | }).miscPopularMovies({}, function(err, res){ | ||||||
|   console.log(err); |   console.log(err); | ||||||
|  |   console.log('--------','ninja'); | ||||||
|   console.log(res); |   console.log(res); | ||||||
| }); | }); | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|     "name" : "moviedb" |     "name" : "moviedb" | ||||||
|   , "description" : "Library for interacting with themoviedb.com API" |   , "description" : "Library for interacting with themoviedb.com API" | ||||||
|   , "version" : "0.0.3" |   , "version" : "0.0.4" | ||||||
|   , "keywords" : ["themoviedb","api"] |   , "keywords" : ["themoviedb","api"] | ||||||
|   , "directories" : { "lib" : "./lib" } |   , "directories" : { "lib" : "./lib" } | ||||||
|   , "main" : "index.js" |   , "main" : "index.js" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user