项目作者: phantie
项目描述 :
get your public IP address
高级语言: Clojure
项目地址: git://github.com/phantie/jpify.git
jpify
Examples:
(get-ip) ; "X.X.X.X"
(get-ip :json) ; "{"ip":"X.X.X.X"}"
(get-ip :jsonp) ; "callback({"ip":"X.X.X.X"});"
(get-ip :jsonp :cb) ; "cb({"ip":"X.X.X.X"});"