Sha256: 31678255d2416f6afcc68b8e4a048bf920a96e8329eef378c4d9cefb40295cea

Contents?: true

Size: 890 Bytes

Versions: 1

Compression:

Stored size: 890 Bytes

Contents

# Ruby::Lichess

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ruby-lichess'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ruby-lichess

## Usage

### Users

*All Top Ten*

Get the top ten of all different types of games.

```
result = lichess.users.all_top_ten()
```

*Get leaderboard*

Get the leaderboard for the specified variant

```
result = lichess.users.leaderboard("blitz")
```

Can specify the number of users to get for the particular variant

```
result = lichess.users.leaderboard("blitz", 100)
```


Get users data

Get users current activity

### Games



## Development

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/omgrr/ruby-lichess.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-lichess-0.1.0 README.md