This is the cl-weather-jp Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 04:31:27 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-weather-jpGet weather in Japan
Eitaro Fukamachi
BSD 2-Clause
# cl-weather-jp
[](https://travis-ci.org/fukamachi/cl-weather-jp)
[](https://coveralls.io/r/fukamachi/cl-weather-jp)
[](http://quickdocs.org/cl-weather-jp/)
cl-weather-jp allows you to retrieve the weather in Japan via [Livedoor Weather](http://weather.livedoor.com).
## Usage
“‘common-lisp
(use-package :cl-weather-jp)
(city-forecasts "東京")
;=> ((("image" ("height" . 31) ("title" . "晴時々曇")
; ("url" . "http://weather.livedoor.com/img/icon/2.gif") ("width" . 50))
; ("temperature" ("max" ("fahrenheit" . "60.8") ("celsius" . "16")) ("min"))
; ("date" . "2015-12-25") ("telop" . "晴時々曇") ("dateLabel" . "今日"))
; (("image" ("height" . 31) ("title" . "晴れ")
; ("url" . "http://weather.livedoor.com/img/icon/1.gif") ("width" . 50))
; ("temperature" ("max" ("fahrenheit" . "57.2") ("celsius" . "14"))
; ("min" ("fahrenheit" . "41.0") ("celsius" . "5")))
; ("date" . "2015-12-26") ("telop" . "晴れ") ("dateLabel" . "明日"))
; (("image" ("height" . 31) ("title" . "晴時々曇")
; ("url" . "http://weather.livedoor.com/img/icon/2.gif") ("width" . 50))
; ("temperature" ("max") ("min")) ("date" . "2015-12-27") ("telop" . "晴時々曇")
; ("dateLabel" . "明後日")))
“‘
## Installation
“‘
$ cd ~/common-lisp
$ git clone https://github.com/fukamachi/cl-weather-jp
“‘
“‘common-lisp
(ql:quickload :cl-weather-jp)
“‘
## Author
* Eitaro Fukamachi (e.arrows@gmail.com)
## Copyright
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
## License
Licensed under the BSD 2-Clause License.
0.1
dexador (system).
plump (system).
clss (system).
jonathan (system).
function-cache (system).
src (module).
Modules are listed depth-first from the system components tree.
cl-weather-jp/srccl-weather-jp (system).
cl-weather-jp.lisp (file).
location.lisp (file).
http.lisp (file).
error.lisp (file).
util.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-weather-jp/cl-weather-jp.asdcl-weather-jp/src/cl-weather-jp.lispcl-weather-jp/src/location.lispcl-weather-jp/src/http.lispcl-weather-jp/src/error.lispcl-weather-jp/src/util.lispcl-weather-jp/cl-weather-jp.asdcl-weather-jp (system).
cl-weather-jp/src/cl-weather-jp.lisplocation.lisp (file).
util.lisp (file).
src (module).
city-forecast-detail-url (function).
city-forecasts (function).
cl-weather-jp/src/location.lisphttp.lisp (file).
error.lisp (file).
util.lisp (file).
src (module).
retrieve-city-id (function).
retrieve-city-weather (function).
*area-info-cache* (special variable).
area-info (function).
cl-weather-jp/src/http.lispsrc (module).
http-get (function).
*default-user-agent* (special variable).
cl-weather-jp/src/error.lispsrc (module).
unknown-location (condition).
cl-weather-jp/src/util.lispsrc (module).
aget (function).
(setf aget) (function).
Packages are listed by definition order.
cl-weather-jp.utilcl-weather-jp.errorcl-weather-jp.locationcl-weather-jpcl-weather-jp-asdcl-weather-jp.httpcl-weather-jp.utilcommon-lisp.
aget (function).
(setf aget) (function).
cl-weather-jp.errorcommon-lisp.
unknown-location (condition).
cl-weather-jp.locationcl-weather-jp.error.
cl-weather-jp.http.
cl-weather-jp.util.
common-lisp.
retrieve-city-id (function).
retrieve-city-weather (function).
*area-info-cache* (special variable).
area-info (function).
cl-weather-jpcl-weather-jp.error.
cl-weather-jp.location.
cl-weather-jp.util.
common-lisp.
city-forecast-detail-url (function).
city-forecasts (function).
cl-weather-jp.httpcommon-lisp.
http-get (function).
*default-user-agent* (special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
| Jump to: | (
A C F H R |
|---|
| Jump to: | (
A C F H R |
|---|
| Jump to: | *
L S |
|---|
| Jump to: | *
L S |
|---|
| Jump to: | C E F H L M P S U |
|---|
| Jump to: | C E F H L M P S U |
|---|