Skip to content

Instantly share code, notes, and snippets.

require "net/http"
require "net/https"
require "rubygems"
require "json"
HOST="www.googleapis.com"
PORT=443
API_URL="/urlshortener/v1/url?key=YOUR-API key"
def shorten_url long_url
require "twitter"