0.0.11 • Published 8 years ago

metacritic v0.0.11

Weekly downloads
44
License
-
Repository
github
Last release
8 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

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago