Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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