Evrythng API wrapper

This is a Ruby wrapper for the Evrythng API. Do not consider it as stable, that's just proof of concept.

Installation

gem install evrythng

Usage

Evrythng.configure do |config|
  config.token = 't0ken' # your Evrythng authentication token
end