An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/shime/codewars.svg)](https://travis-ci.org/shime/codewars)

[![NPM](https://nodei.co/npm/codewars-client.png?downloads=true&stars=true)](https://nodei.co/npm/codewars-client/)

[![demo](http://i.imgur.com/IWKPJ4T.gif)]()

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