Skip to content

thingdomio/thingdom-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thingdom Ruby Module

The official Ruby wrapper for the Thingdom API.

What is Thingdom?

Thingdom allows you to mobile-enable your product in four lines of code with no need to develop the iOS and Android apps or create scalable cloud infrastructure. Get Started Now!

Installation

gem install thingdom

Getting Started

require 'thingdom'

# instantiate Thingdom object and authenticate
thingdom = Thingdom.new( 'YOUR_API_SECRET' )

# look-up Thing and get back object
thing = thingdom.get_thing( 'YOUR_THING_NAME' )

# send a feed message
thing.feed( 'FEED_CATEGORY', 'MESSAGE' )

# send a status update
thing.status( 'KEY', 'VALUE' )

Ideas for Module Usage

  1. Programmatically trigger push notifications, feed messages, and real-time status updates from your Ruby app.
  2. Remotely monitor any interaction with your Ruby application.
  3. With our quick drop-in integration and simple API calls you can mobile-enable your Ruby application in a matter of hours, even customizing the mobile experience for your end-users.

About

The official Ruby library for the Thingdom.io API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages