Skip to content

ostronom/clj-googl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-googl

Very basic goo.gl url shortener service API implementation.

No error handling implemented.

Usage

user=> (shorten "http://google.com")
"http://goo.gl/mR2d"
user=> (expand "http://goo.gl/mR2d")
"http://google.com/"

License

Copyright (C) 2010 zw0rk

Distributed under the Eclipse Public License, the same as Clojure.

About

Google URL shortener API implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published