Skip to content

Instantly share code, notes, and snippets.

View presskey's full-sized avatar
:octocat:
...

Alex Gusev presskey

:octocat:
...
  • Berlin, Germany
View GitHub Profile
@presskey
presskey / sending_messages.rb
Created March 2, 2012 01:27 — forked from ytspar/sending_messages.rb
Recess Mobile - sending a text message (SMS)
require 'uri'
require 'net/https'
require 'json'
API_URL = "http://api.recessmobile.com/api"
API_KEY = "[API KEY GOES HERE]"
# Simple ServiceLayer gateway class
class ServiceLayer
class Error < StandardError; end