An open API service indexing awesome lists of open source software.

https://github.com/drish/valorant-rb


https://github.com/drish/valorant-rb

Last synced: about 1 month ago
JSON representation

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')
```