Example NodeJS terminal app using the CodeWars API.
For a simpler single page app checkout the branch basic
This app requires node 10+ and yarn.
- clone this repo to your local machine.
- cd into the new folder.
- run
yarn install
Your app is now ready to run
| Command | Function |
|---|---|
yarn start |
Runs the application |
yarn lint |
Runs eslint with the --fix flag |
In the App, enter a vaild codewars username to see stats about that user.