https://github.com/shime/codewars
A missing command line client for Codewars API
https://github.com/shime/codewars
Last synced: about 1 year ago
JSON representation
A missing command line client for Codewars API
- Host: GitHub
- URL: https://github.com/shime/codewars
- Owner: shime
- Created: 2014-08-05T10:09:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T08:57:46.000Z (about 7 years ago)
- Last Synced: 2025-04-11T00:42:12.634Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://codewars.com/
- Size: 642 KB
- Stars: 43
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/shime/codewars)
[](https://nodei.co/npm/codewars-client/)
[]()
Solve programming challenges from your favorite editor, without relying on the browser.
It's like [NodeSchool](http://nodeschool.io/) 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](https://www.codewars.com/users/edit)
codewars setup --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