/IMDb-SNA

Primary LanguageJavaScript

online demo

https://derayga.github.io/IMDb-SNA/

IMDb

http://www.imdb.com/

IMDb API

http://imdb.wemakesites.net/
https://github.com/worr/node-imdb-api
https://www.omdbapi.com/

JSON format

統一一份JSON,讓不同的SNA分析

{
  movies: [
    {
      title: 'The Toxic Avenger',
      _year_data: '1984',
      rated: 'R',
      released: 1986-04-11T08:00:00.000Z,
      runtime: '82 min',
      genres: 'Action, Comedy, Horror',
      director: 'Michael Herz, Lloyd Kaufman',
      writer: 'Lloyd Kaufman (story), Joe Ritter (screenplay), Lloyd Kaufman (additional material), Gay Partington Terry (additional material), Stuart Strutin (additional material)',
      actors: 'Andree Maranda, Mitch Cohen, Jennifer Babtist, Cindy Manion',
      plot: 'This is the story of Melvin, the Tromaville Health Club mop boy, who inadvertently and naively trusts the hedonistic, contemptuous and vain health club members, to the point of accidentally ending up in a vat of toxic waste. The devastating results then have a transmogrification effect, his alter ego is released, and the Toxic Avenger is born, to deadly and comical results. The local mop boy is now the local Superhero, the saviour of corruption, thuggish bullies and indifference. Troma classic with good make-up effects and stunts, a pleasant surprise indeed.',
      languages: 'English',
      country: 'USA',
      awards: '1 nomination.',
      poster: 'http://ia.media-imdb.com/images/M/MV5BNzViNmQ5MTYtMmI4Yy00N2Y2LTg4NWUtYWU3MThkMTVjNjk3XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_SX300.jpg',
      metascore: 'N/A',
      rating: '6.2',
      votes: '19,306',
      imdbid: 'tt0090190',
      type: 'movie',
      response: 'True',
      series: false,
      imdburl: 'https://www.imdb.com/title/tt0090190',
    },
  ]
}

Movie

1301

Actor

3805