https://github.com/drish/lichess
Lichess.org API Wrapper for Ruby
https://github.com/drish/lichess
Last synced: about 2 months ago
JSON representation
Lichess.org API Wrapper for Ruby
- Host: GitHub
- URL: https://github.com/drish/lichess
- Owner: drish
- Created: 2024-05-10T22:02:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T22:19:38.000Z (about 2 years ago)
- Last Synced: 2025-03-05T11:50:25.859Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lichess
A Ruby gem for the Lichess API.
## Installation
```ruby
gem install lichess
```
## Usage
WIP
## Development
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lichess.