https://github.com/acook/eyearesee
https://github.com/acook/eyearesee
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/acook/eyearesee
- Owner: acook
- Created: 2013-08-16T04:47:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-20T22:20:37.000Z (almost 13 years ago)
- Last Synced: 2025-10-04T00:57:17.147Z (9 months ago)
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
EyeAreSee
=========
Silly experimental IRC client in Ruby.
Features
--------
### URL expansion of posted links
#### LongURL web service
http://longurl.org/api
#### Example request
http://api.longurl.org/v2/expand?url=http%3A%2F%2Fis.gd%2Fw&format=json&callback=foo&user-agent=Application-Name%2F3.7
#### Example response
foo({"long-url":"http:\/\/www.google.com\/"})