[]()
Solve programming challenges from your favorite editor, without relying on the browser.
It's like NodeSchool with bunch of interesting katas.
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
MIT