0.0.8 • Published 8 years ago

csgolounge-api v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

CSGO Lounge API

A NodeJS API for csgolounge.com

npm npm

How to install

npm install --save csgolounge-api

How to use

var lounge = require('csgolounge-api');

lounge.getMatches(function(matches){
    console.log(matches);
});

lounge.getMatch(matchId, function(match){
    console.log(match);
});
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

9 years ago

0.0.1

9 years ago