csgolounge-api

0.0.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i csgolounge-api

Weekly Downloads

0

Version

0.0.8

License

MIT

Last publish

Collaborators

  • edorgeville