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
- Host: GitHub
- URL: https://github.com/hackyourfuture/ukulele
- Owner: HackYourFuture
- Created: 2016-11-13T13:32:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T21:12:55.000Z (over 9 years ago)
- Last Synced: 2025-01-15T04:39:20.722Z (over 1 year ago)
- Language: JavaScript
- Size: 678 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```