Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pheuter/simperuby
- Owner: pheuter
- Created: 2012-05-10T01:57:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-10T02:17:15.000Z (over 12 years ago)
- Last Synced: 2024-04-25T18:01:13.578Z (8 months ago)
- Language: Ruby
- Homepage: http://pheuter.github.com/Simperuby
- Size: 101 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)