Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mtheoryx/goiu_shorten
- Owner: mtheoryx
- License: other
- Created: 2012-03-01T15:37:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-02T19:26:21.000Z (over 12 years ago)
- Last Synced: 2024-10-20T01:14:17.071Z (18 days ago)
- Language: Ruby
- Homepage:
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoIU Shorten
## Installation
gem install goiu_shorten
## Usagerequire '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.