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

https://github.com/hackyourfuture/ukulele

Slack bot for exams
https://github.com/hackyourfuture/ukulele

Last synced: 28 days ago
JSON representation

Slack bot for exams

Awesome Lists containing this project

README

          

# Ukulele
## Bot for teaching javascript

Ukulele is compose by 3 component

- Interactive Command Line Interface
- Interactive Chat protocol
- A text gamefication part

The idea is that from the same codebase we could run different interfaces.

# How to install
```
git clone git@github.com:HackYourFuture/ukulele.git && cd ukulele && npm install && npm build
```

# How to run client
```
npm run cli
```

# How to run the slackbot
```
# To be defined ~ please use only the cli for now
```