Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s5bug/srcr
A Speedrun.com API wrapper for Crystal
https://github.com/s5bug/srcr
Last synced: 1 day ago
JSON representation
A Speedrun.com API wrapper for Crystal
- Host: GitHub
- URL: https://github.com/s5bug/srcr
- Owner: s5bug
- License: mit
- Created: 2017-08-09T17:04:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T10:57:30.000Z (over 7 years ago)
- Last Synced: 2024-11-10T16:12:37.921Z (about 2 months ago)
- Language: Crystal
- Size: 674 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# srcr
A Crystal wrapper for the Speedrun.com API.
## Installation
Add this to your `shard.yml`:
```yaml
dependencies:
srcr:
github: TsundereBug/srcr
```## Usage
Everything can be accessed through the `SRcr` module. For example, `SRcr::Leaderboard.from_category(c)`
## Development
Follow the API Docs and the coding style.
## Contributing
1. Fork it ( https://github.com/TsundereBug/srcr/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [TsundereBug](https://github.com/TsundereBug) Anthony Cerruti - creator, maintainer