edorgeville / csgolounge-api

:video_game: NodeJS API for csgolounge.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);
});

About

:video_game: NodeJS API for csgolounge.com


Languages

Language:JavaScript 100.0%