Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Get movie data easily from imdb
$ npm install --save node-movie
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"
// }
MIT © Mert Kahyaoğlu 2015
FAQs
Node imdb API
The npm package node-movie receives a total of 11 weekly downloads. As such, node-movie popularity was classified as not popular.
We found that node-movie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.