1.0.6 • Published 5 years ago

@poindexter.json/codewars-cli v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

codewars-cli

https://www.npmjs.com/package/@poindexter.json/codewars-cli

Codewars CLI parses a user's codewars solutions and outputs them in a github README.md format.

Options:
      --help      Show help                                             [boolean]
      --version   Show version number                                   [boolean]
  -u, --username  Username or ID of the codewars user                   [string] [required]
  -t, --token     'remember_user_token' value from codewars cookie      [string] [required]
  -f, --filename  Filename to output codewars solutions as markdown     [string] [default: "README.md"]

Example output

Quick Overview

npx @poindexter.json/codewars-cli --username=*codewars username or ID* --token=*remember_user_token from codewars cookie*

example:

npx @poindexter.json/codewars-cli --username=jsonpoindxter --token=BAhbCFsGSSIdN...

Codewars Token

The codewars 'remember_user_token' is required in order to fetch a user's solutions since the codewars API or UI does not currently allow this. The 'remember_user_token' is created after a succesful login to codewars and stored in the web browsers cookies.

How to view cookies

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago