codewars icon indicating copy to clipboard operation
codewars copied to clipboard

A missing command line client for Codewars API

Results 5 codewars issues
Sort by recently updated
recently updated
newest added

When I check out the documentation in the CLI it says that only JavaScript and Ruby are supported. Are there any plans to add other languages (Python) to the supported...

I have added commandjs and replaced the old cli system. Everythings seems to work fine

When I train this kata (an example, they all have the same problem). ``` { "_data": { "success": true, "name": "Square(n) Sum", "slug": "square-n-sum", "description": "Complete the `squareSum`/`square_sum`/`SquareSum` method so...

`codewars submit` should only work for verified and correct solutions and it should throw errors otherwise.

help wanted