https://github.com/danilofuchs/hltv-top20-evolution
Player ranking evolution on HLTV Top 20, since 2013
https://github.com/danilofuchs/hltv-top20-evolution
counter-strike csgo evolution hltv ranking react
Last synced: 3 months ago
JSON representation
Player ranking evolution on HLTV Top 20, since 2013
- Host: GitHub
- URL: https://github.com/danilofuchs/hltv-top20-evolution
- Owner: danilofuchs
- License: mit
- Created: 2020-12-10T00:40:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T20:38:53.000Z (about 3 years ago)
- Last Synced: 2023-03-02T22:27:27.381Z (almost 3 years ago)
- Topics: counter-strike, csgo, evolution, hltv, ranking, react
- Language: TypeScript
- Homepage: https://hltv.vercel.app
- Size: 3.62 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [HLTV.org Top 20 Ranking evolution](https://hltv.vercel.app)
[https://hltv.vercel.app](https://hltv.vercel.app)
Evolution of HTLV.org CS:GO players ranking across time.

## Getting Started
First, run the development server:
```bash
yarn install
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Updating with latest information
This [JSON file](./src/data/rankings.json) contains information about every ranking every year.
- Add a new entry to the `rankings` array
- `article` is optional
- `cd scripts`
- `yarn install`
- `yarn generate`
- :tada:
> Note: hltv package requires the following patches:
> https://github.com/gigobyte/HLTV/pull/626 https://github.com/gigobyte/HLTV/pull/627
### Overrides
Some players have duplicate names (such as `Nico`).
Using [hltv-overrides.json](./src/data/hltv-overrides.json) you can override
the HLTV API response for this specific ign (in-game-name)