Smalltalk client for CodeLab Neverland.
# 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. ```