Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coderberry/clicky_me

clicky.me client
https://github.com/coderberry/clicky_me

Last synced: 12 days ago
JSON representation

clicky.me client

Awesome Lists containing this project

README

        

# ClickyMe

Use the http://clicky.me API to shorten URLs

### Installation

gem install clicky_me

### Non-tracked Usage

require 'clicky_me'
client = ClickyMe.new('username','password')
results = client.shorten('http://www.google.com').url

>> http://clicky.me/5arG

### Site-based Tracked Usage

require 'clicky_me'
client = ClickyMe.new('username', 'password', 'site_id', 'sitekey_admin')
results = client.shorten('http://www.google.com').url

>> http://clicky.me/5ary