codewars-client
v0.9.0
Published
The missing command line client for Codewars API
Readme
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-clientNow 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 trainOr specify a kata you would like to train with
# http://www.codewars.com/kata/539a0e4d85e3425cb0000a88
codewars train 539a0e4d85e3425cb0000a88License
MIT


