Skip to content

pelomedusa/csgolounge-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGO Lounge API

A NodeJS API for csgolounge.com

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

lounge.getStream(matchId, language, function(stream){
    console.log(stream)
    
});

About

🎮 NodeJS API for csgolounge.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%