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

https://github.com/di-void/codewars-problems


https://github.com/di-void/codewars-problems

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# My Codewars Battles

Koninchiwa😃. This is where I keep some of the katas I have completed or am currently battling with, on [codewars](https://www.codewars.com/). Mata ne👋🏾

**_PS: I'm not japanese_**

## Commands

```bash
# This will clone to current /dir
git clone https://github.com/Di-void/codewars-problems.git .

# Install pkgs
pnpm install

# run tests
pnpm test
```