shime / codewars

A missing command line client for Codewars API
http://codewars.com/
44 stars 7 forks source link

Build Status

NPM

[demo]()

Solve programming challenges from your favorite editor, without relying on the browser.

It's like NodeSchool with bunch of interesting katas.

Usage

Install it with

npm install -g codewars-client

Now set it up with your API access token read from https://www.codewars.com/users/edit

codewars setup --token <token>

And you're golden, start training with

codewars train

Or specify a kata you would like to train with

# http://www.codewars.com/kata/539a0e4d85e3425cb0000a88
codewars train 539a0e4d85e3425cb0000a88

License

MIT