spdrns

Version, currently master branch1 version
  • master branchlatestMay 28, 2017

github.com/speedruns/spdrns.com

Source for http://spdrns.com. Simple web service for races following the SPDRNS protocol.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  spdrns:
    github: speedruns/spdrns.com
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.22.0
License
MIT
Author
Jon
Target
  • spdrns from src/spdrns.cr

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg
  • toro*github: soveran/toro
  • crecto*github: crecto/crecto
  • micrate*github: juanedi/micrate
  • session*github: porras/session

README

spdrns.com

Source for http://spdrns.com. Simple web service for races following the SPDRNS protocol.

Usage

crystal ./src/client.cr

Development

(See contributing)

Contributing

  1. Fork it ( https://github.com/speedruns/spdrns.com/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