HLTV

The unofficial HLTV Node.js API

MIT License

Downloads
890
Stars
376
Committers
40

Bot releases are hidden (Show)

HLTV - 2.10.0

Published by gigobyte almost 6 years ago

HLTV - 2.9.3

Published by gigobyte almost 6 years ago

  • Fix bad import | thanks @JadeTao
HLTV - 2.9.2

Published by gigobyte almost 6 years ago

HLTV - 2.9.1

Published by gigobyte almost 6 years ago

  • Fix team sides in getMatchMapStats's roundHistory property (#92)
  • Add statsId property to getMatch's maps property | thanks @clappis
HLTV - 2.9.0

Published by gigobyte about 6 years ago

  • Add date for 'getResults.ts' (#77)
  • Add getPlayerRanking and getPlayerStats method (#72)
HLTV - 2.8.2

Published by gigobyte about 6 years ago

  • Fix for missing team map statistics (#70)
HLTV - 2.8.1

Published by gigobyte about 6 years ago

  • Fix for head to head results in getMatch that resulted in a draw (#66)
HLTV - 2.8.0

Published by gigobyte about 6 years ago

  • Added getEvent method! (#19)
  • streams property in the getMatch result now includes information about GOTV and HLTV Live
  • New demos property added to the result from getMatch (#64)
  • Allowed swapping of the http request library by adding a new property to the HLTV configuration object (#51)
HLTV - 2.7.5

Published by gigobyte about 6 years ago

  • Fixed Cloudflare CAPTCHA blocking access to HLTV | thanks @DestyKarpov
  • Fixed getTeamRanking parsing based on the recent UI changes of HLTV
HLTV - 2.7.4

Published by gigobyte over 6 years ago

  • Updated dependencies
  • Fixed team name in getTeam endpoint (#55)
  • Fixed map results in getMatch endpoint
HLTV - 2.7.3

Published by gigobyte over 6 years ago

  • Added CloudFlare bypass
HLTV - 2.7.2

Published by gigobyte over 6 years ago

  • Fix for "Stream link Undefined in getMatch method #47"
  • Fix for "Format in UpcomingMatch model #46" (includes a change to the typings)
HLTV - 2.7.1

Published by gigobyte over 6 years ago

  • Updated dependencies (including bumping TS version to 2.8.1)
  • Fixed featured results appearing as duplicates in getResults (#45)
HLTV - 2.7.0

Published by gigobyte over 6 years ago

  • Fixed getPlayer method (#41)
  • Since there is no cover image on the player image anymore, it has been removed from the schema
  • Fixed age property on the Player to a nullable type, since some players don't have age recorded and the old version just returned 0
HLTV - 2.6.1

Published by gigobyte over 6 years ago

  • Fixed the whole getTeam method as most properties were broken from the new HLTV team page layout
HLTV - 2.6.0

Published by gigobyte over 6 years ago

  • Fixed connectToScoreboard method and updated the models
HLTV - 2.5.0

Published by gigobyte over 6 years ago

  • Fixed a bug when parsing New position in team ranking (Isssue #38)
  • Added a country/region filter when parsing team ranking
HLTV - 2.4.0

Published by gigobyte almost 7 years ago

  • Added a createInstance method that allows configuration of the URLs used within the package
HLTV - 2.3.1

Published by gigobyte almost 7 years ago

  • Fixed a bug when parsing player images (something wrong with HLTV.getPlayer #32)
HLTV - 2.3.0

Published by gigobyte almost 7 years ago

  • Added getPlayer method
  • Fixed empty IDs being parsed as NaN | thanks 0ArturkA