hltv-live-games

2.0.0 • Public • Published

HLTV Live Games

Codacy Steam Donate

Introduction

This is an incredibly simple module which scrapes games from HLTV. More features may be added in the future.

Usage

getLiveGames(secondary, callback)

If secondary is truthy, another request will be made by hltv-live-games to get more information about the games (time and players). Otherwise, only one request will be made, making it much likely to get rate limited.

const getLiveGames = require('hltv-live-games');
 
getLiveGames(true, (err, games) => {
    if (err) {
        console.log(err);
    } else {
        console.log(games);
    }
});

/hltv-live-games/

    Package Sidebar

    Install

    npm i hltv-live-games

    Weekly Downloads

    2

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • andrewda