Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mtheoryx/goiu_shorten

Gem for API interaction with IU's GoIU URL Shortening Service.
https://github.com/mtheoryx/goiu_shorten

Last synced: 5 days ago
JSON representation

Gem for API interaction with IU's GoIU URL Shortening Service.

Awesome Lists containing this project

README

        

# GoIU Shorten

## Installation

gem install goiu_shorten

## Usage

require 'goiu_shorten'

# Expand a short URL
GoiuShorten.expand 'short_url_here'

# Shorten a long URL
GoiuShorten.shorten 'long_url_here', 'passcode'

## For more information, see the Github Wiki.