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

https://github.com/acook/eyearesee


https://github.com/acook/eyearesee

Last synced: 4 months ago
JSON representation

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\/"})