kz-wr
v1.0.1
Published
CLI tool for KZ world records lookup
Maintainers
Readme
kz-wr
A CLI tool for looking up KZ (CS1.6) world records from Kreedz.com and KZ-Rush.ru.
Installation
Install globally via npm:
npm install -g kz-wrUsage
Look up a world record (Non-CP by default)
kz-wr record <mapName>Example:
kz-wr record arte_monLook up a CP (checkpoint) record
kz-wr record <mapName> --cpExample:
kz-wr record all1_unusually_x_fix --cpShow help
kz-wr help
kz-wr --helpWhat is CP vs Non-CP?
- Non-CP: Records set without using checkpoints (more difficult)
- CP: Records set using checkpoints (allows saves during the run)
Data Sources
- Primary: Kreedz.com
- Fallback: KZ-Rush.ru
Features
- ✅ Search both CP and Non-CP records
- ✅ Beautiful terminal output
- ✅ Displays: player name, time, difficulty, YouTube links, download links
- ✅ TypeScript for type safety
Development
# Clone the repo
git clone <your-repo-url>
cd kz-wr
# Install dependencies
npm install
# Run in development mode
npm run dev -- record <mapName>
# Build
npm run build
# Type check
npm run typecheckLicense
MIT
Author
Giorgi Margiani
