Skip to content

Get information on every match on a page of GosuGamers's match history

License

Notifications You must be signed in to change notification settings

kenany/gosugamers-matches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosugamers-matches

Build Status Dependency Status

Get information on every match on a page of GosuGamer's match history.

Example

var gosugamersMatches = require('gosugamers-matches');

gosugamersMatches(1, 'counterstrike', function(error, data) {
  if (error) {
    throw error;
  }

  // => `data` is _Array_ of _Objects_ from gosugamers-match
});

Installation

$ npm install gosugamers-matches

API

var gosugamersMatches = require('gosugamers-matches');

gosugamersMatches(page, game, callback)

Given Number page, String game, and Function callback, calls callback(error, data), where error is any Error encountered and Array data contains information on every match on page page of GosuGamers's match history for game. Information is parsed by gosugamers-match.

About

Get information on every match on a page of GosuGamers's match history

Resources

License

Stars

Watchers

Forks

Packages