0.0.11 • Published 6 years ago

metacritic v0.0.11

Weekly downloads
44
License
-
Repository
github
Last release
6 years ago

node-metacritic

What is it?

Metacritic is designed to be the simplest way to get data from metacritic.com.

Intall

npm install metacritic

Using

var metacritic = require('metacritic');

metacritic.Search({ text: 'spider-man' }, function (err, list) {

});

Options

PropertyDescriptionDefault
categoryall, movie, game, album, tv(TV show), person, video(Trailer), companyall
textText for searching e.g Spider-Man, Will Smith, Warner
pagePage number0
wholeIf you want to get the whole list instead of just the first pagefalse
0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago