# 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.username = 'username' # your Evrythng username config.password = 'passw0rd' # your Evrythng password end