Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-movie

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-movie

Node imdb API

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by83.33%
Maintainers
1
Weekly downloads
 
Created
Source

node-movie

Get movie data easily from imdb

Install

$ npm install --save node-movie

Usage

var movie = require('node-movie');
movie('inception', function(data) {
  console.log(data);
});
// Output:
// {
//   "Title":"Inception",
//   "Year":"2010",
//   "Rated":"PG-13",
//   "Released":"16 Jul 2010",
//   "Runtime":"148 min",
//   "Genre":"Action, Mystery, Sci-Fi",
//   "Director":"Christopher Nolan",
//   "Writer":"Christopher Nolan",
//   "Actors":"Leonardo DiCaprio, Joseph Gordon-Levitt, Ellen Page, Tom Hardy",
//   "Plot":"A thief who steals corporate secrets through use of dream-sharing technology is given the inverse task of planting an idea into the mind of a CEO.",
//   "Language":"English, Japanese, French",
//   "Country":"USA, UK",
//   "Awards":"Won 4 Oscars. Another 138 wins & 164 nominations.",
//   "Poster":"http://ia.media-imdb.com/images/M/MV5BMjAxMzY3NjcxNF5BMl5BanBnXkFtZTcwNTI5OTM0Mw@@._V1_SX300.jpg",
//   "Metascore":"74",
//   "imdbRating":"8.8",
//   "imdbVotes":"1,124,997",
//   "imdbID":"tt1375666",
//   "Type":"movie",
//   "Response":"True"
// }

License

MIT © Mert Kahyaoğlu 2015

Keywords

FAQs

Package last updated on 15 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc