https://github.com/drish/valorant-rb
https://github.com/drish/valorant-rb
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/drish/valorant-rb
- Owner: drish
- License: mit
- Created: 2024-05-10T22:26:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T21:48:37.000Z (about 2 years ago)
- Last Synced: 2025-03-05T11:50:27.931Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Valorant
## Installation
```ruby
gem install valorant-rb
```
## Usage
```ruby
require 'valorant-rb'
Valorant.api_key = "123123"
client = Valorant::Client.new('your-riot-api-key')
```