talkland

Description

Smalltalk client for CodeLab Neverland.

Details

Source
GitHub
Stars
1
Created
June 3, 2019
Updated
June 4, 2019

README excerpt

# talkland
Smalltalk client for [CodeLab](https://www.codelab.club/) Neverland.

Powered by [codelab-adapter](http://codelab-adapter-docs.codelab.club).

# Install
work with Iceberg : [Iceberg Tutorial](https://github.com/pharo-vcs/iceberg/wiki/Tutorial)

# Usage

### create setting file
```
~/codelab_adapter/hass.json
```

### play

```smalltalk
|ha|
ha := HA new.
ha turnOn.
ha turnOff.
```
← Back to results