Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pheuter/simperuby

A Ruby client for the Simperium API
https://github.com/pheuter/simperuby

Last synced: about 2 months ago
JSON representation

A Ruby client for the Simperium API

Awesome Lists containing this project

README

        

# Simperuby

**Simperuby** is a Ruby client for the [Simperium](https://simperium.com/overview/) API.

## Usage

`gem install simperuby`

```rb
require 'simperuby'
client = Simperuby.new :app_id => 'appid', :api_key => 'apikey'
```

## More info

[Homepage](http://pheuter.github.com/Simperuby)