Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.01 KB

codewars-relay

Simple server for calling codewars api with an "Access-Control-Allow-Origin" header for your domain.

Installation

git clone https://github.com/10XL/kemal-codewars-relay
cd kemal-codewars-relay && shards install
crystal run src/codewars-relay.cr

Heroku

Use heroku-buildpack-crystal OR Deploy

Make sure to set a Config Variable "YOUR_DOMAIN".

Usage

Two endpoints are supported:

Contributing

  1. Fork it ( https://github.com/10XL/kemal-codewars-relay/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