Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coderberry/clicky_me
- Owner: coderberry
- Created: 2011-06-12T05:36:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-12T05:48:40.000Z (over 13 years ago)
- Last Synced: 2025-01-02T16:19:01.605Z (20 days ago)
- Language: Ruby
- Homepage: http://clicky.me
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClickyMe
Use the http://clicky.me API to shorten URLs
### Installation
gem install clicky_me
### Non-tracked Usagerequire '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