# Pixy Pixy is an API wrapper for Pixiv url shortener - [p.tl](http://p.tl/) ## Installation ```ruby gem 'pixy' # gem install pixy ``` ## Usage ```ruby url = Pixy.shorten!(API_KEY, 'https://github.com/narkoz/pixy') # => # url.status # => "ok" url.long_url # => "https://github.com/narkoz/pixy" url.short_url # => "http://p.tl/Us9R" url.counter # => 20 ``` ## Copyright Copyright (c) 2011 Nihad Abbasov BSD License.