1.0.0 • Published 1 year ago

filmify v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago
npm install filmify --save
const Search = require("filmify");
const film = await Search("Homem Aranha");

console.log(film);
{
  id: '634649',
  title: 'Homem-Aranha: Sem Volta Para Casa',
  original_title: 'Spider-Man: No Way Home',
  font: 'https://www.themoviedb.org/',
  full_url: 'https://www.themoviedb.org/movie/634649',
  thumb: 'https://www.themoviedb.org/t/p/w300_and_h450_bestv2_filter(blur)/fVzXp3NwovUlLe7fvoRynCmBPNc.jpg',
  description: 'Peter Parker é desmascarado e não consegue mais separar sua vida normal dos grandes riscos de ser um super-herói. Quando ele pede ajuda ao Doutor Estranho, os riscos se tornam ainda mais perigosos, e o forçam a descobrir o que realmente significa ser o Homem-Aranha...',
  language: 'Inglês',
  release_year: '2021',
  runtime: '2h 29m',
  genres: [ 'Ação', 'Aventura', 'Ficção científica' ],
  keywords: [
    'new york city',
    'loss of loved one',
    'showdown',
    'secret identity',
    'hero',
    'magic',
    'villain',
    'dangerous',
    'vigilante',
    'portal',
    'sequel',
    'superhero',
    'superhero team',
    'alternate reality',
    'masked vigilante',
    'spider web',
    'aftercreditsstinger',
    'duringcreditsstinger',
    'marvel cinematic universe (mcu)',
    'teenage hero',
    'fight for justice',
    'multiverse',
    'superhero teamup',
    'returning hero',
    'crossover',
    'teamwork'
  ],
  content_score: { score: '100', _: 'Fantástico! Ficou ótimo!' },
  situation: 'Lançado',
  budget: '$200,000,000.00'
}