/flespi-go-client

Api client implementation for https://flespi.io

Primary LanguageGo

flesapi

API Client for flespi.io

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/flesapi

Testing

make test