Skip to content

danilofuchs/hltv-top20-evolution

Repository files navigation

https://hltv.vercel.app

Evolution of HTLV.org CS:GO players ranking across time.

Screenshot

Getting Started

First, run the development server:

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

Updating with latest information

This JSON file contains information about every ranking every year.

  • Add a new entry to the rankings array
    • article is optional
  • cd scripts
  • yarn install
  • yarn generate
  • 🎉

Note: hltv package requires the following patches: gigobyte/HLTV#626 gigobyte/HLTV#627

Overrides

Some players have duplicate names (such as Nico).

Using hltv-overrides.json you can override the HLTV API response for this specific ign (in-game-name)