Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanishqmanuja/valorant-rank-yoinker-js
Minimal, Fast CLI tool for VALORANT
https://github.com/tanishqmanuja/valorant-rank-yoinker-js
app cli riot valorant
Last synced: 3 months ago
JSON representation
Minimal, Fast CLI tool for VALORANT
- Host: GitHub
- URL: https://github.com/tanishqmanuja/valorant-rank-yoinker-js
- Owner: tanishqmanuja
- License: mit
- Created: 2024-01-09T13:30:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T06:25:54.000Z (almost 1 year ago)
- Last Synced: 2024-02-04T07:27:52.997Z (almost 1 year ago)
- Topics: app, cli, riot, valorant
- Language: TypeScript
- Homepage:
- Size: 978 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Logo](https://raw.github.com/tanishqmanuja/valorant-rank-yoinker-js/main/assets/banner.png?maxAge=2592000)
# VRYJS //VALORANT RANK YOINKER JS
[![Downloads][downloads-shield]][downloads-url]
![GitHub Workflow Status][build-status-shield]
[![Language][language-shield]][language-url]
![Go Version][go-shield]
[![License][license-shield]][license-url]VRYJS is a CLI tool for displaying your valorant match data - rank, peak rank, skins etc in real time. It is a minimal port (rewrite) of the OG project [VALORANT Rank Yoinker](https://github.com/zayKenyon/VALORANT-rank-yoinker) which is written in python.
What makes this tool unique ?
- Automatic Reconnection
- Parallel Fetching
- Data Caching
- Logging
- Informative UI
- Configurable Plugins## 📦 Installation
1. Download `vryjs.exe` from the latest [release](https://github.com/tanishqmanuja/valorant-rank-yoinker-js/releases/).
2. Place the downloaded file in a separate folder because it generates temporary helper folder and files for caching, logging, executing etc.
3. Run and Enjoy!## 📸 Glimpse of the CLI
![CLI](https://raw.github.com/tanishqmanuja/valorant-rank-yoinker-js/main/assets/glimpse.png)
> Names redacted for obvious reasons.
VryJS is a CLI tool, So here are some useful commands to know about.
* `./vryjs.exe upgrade` - Update CLI to latest version
* `./vryjs.exe version` - Display CLI and Bundle version
* `./vryjs.exe help` - Display help## 📖 Further Documentation
* [Updating Guide](https://github.com/tanishqmanuja/valorant-rank-yoinker-js/blob/main/docs/updating.md)
* [Building Guide](https://github.com/tanishqmanuja/valorant-rank-yoinker-js/blob/main/docs/building.md)## 🐱 Show your support
Give a ⭐️ if this project helped you!
## ❤️🔥 Infinite Thanks
Kudos to these awesome projects that made this possible.
- [valorant-rank-yoinker](https://github.com/zayKenyon/VALORANT-rank-yoinker)
- [valorant-api-docs](https://github.com/techchrism/valorant-api-docs)## 💀 Disclaimer
THIS PROJECT IS NOT ASSOCIATED OR ENDORSED BY RIOT GAMES. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc. Whilst effort has been made to abide by Riot's API rules; you acknowledge that use of this software is done so at your own risk.
[go-shield]: https://img.shields.io/github/go-mod/go-version/tanishqmanuja/valorant-rank-yoinker-js?style=for-the-badge
[build-status-shield]: https://img.shields.io/github/actions/workflow/status/tanishqmanuja/valorant-rank-yoinker-js/ci.yaml?branch=main&style=for-the-badge
[downloads-shield]: https://img.shields.io/github/downloads/tanishqmanuja/valorant-rank-yoinker-js/total?style=for-the-badge&logo=github
[downloads-url]: https://github.com/tanishqmanuja/valorant-rank-yoinker-js/releases/latest
[language-shield]: https://img.shields.io/github/languages/top/tanishqmanuja/valorant-rank-yoinker-js?style=for-the-badge
[language-url]: https://www.typescriptlang.org/
[license-shield]: https://img.shields.io/github/license/tanishqmanuja/valorant-rank-yoinker-js?style=for-the-badge
[license-url]: https://github.com/tanishqmanuja/valorant-rank-yoinker-js/blob/main/LICENSE.md