Sha256: 73887c644650f412efab87f34d6555c58480f6ab1134090d6d3f70afd96c33fe

Contents?: true

Size: 346 Bytes

Versions: 2

Compression:

Stored size: 346 Bytes

Contents

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
evrythng-0.0.5 README.md
evrythng-0.0.3 README.md