# README
smartapp-go
A simple framework for creating SmartThings SmartApp's in Golang.
Dependencies
- Install Go (https://github.com/moovweb/gvm)
- Install Glide (https://github.com/Masterminds/glide)
make get-deps
will install dependencies via Glide.
Running Examples
After fetching dependencies examples can be run by issueing the following commands from project root directory:
go run examples/basic/main.go
go run examples/c2c-connector/main.go