Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the cl-weather-jp Reference Manual, version 0.1, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 12:57:02 2020 GMT+0.
• Introduction | What cl-weather-jp is all about | |
• Systems | The systems documentation | |
• Modules | The modules documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
cl-weather-jp allows you to retrieve the weather in Japan via Livedoor Weather.
(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" . "明後日")))
$ cd ~/common-lisp
$ git clone https://github.com/fukamachi/cl-weather-jp
(ql:quickload :cl-weather-jp)
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.c
Next: Modules, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The cl-weather-jp system |
Eitaro Fukamachi
BSD 2-Clause
Get weather in Japan
# 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
cl-weather-jp.asd (file)
src (module)
Modules are listed depth-first from the system components tree.
• The cl-weather-jp/src module |
cl-weather-jp (system)
src/
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
Next: The cl-weather-jp/src/cl-weather-jp․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
cl-weather-jp.asd
cl-weather-jp (system)
Next: The cl-weather-jp/src/location․lisp file, Previous: The cl-weather-jp․asd file, Up: Lisp files [Contents][Index]
src (module)
src/cl-weather-jp.lisp
Next: The cl-weather-jp/src/http․lisp file, Previous: The cl-weather-jp/src/cl-weather-jp․lisp file, Up: Lisp files [Contents][Index]
src (module)
src/location.lisp
Next: The cl-weather-jp/src/error․lisp file, Previous: The cl-weather-jp/src/location․lisp file, Up: Lisp files [Contents][Index]
src (module)
src/http.lisp
http-get (function)
*default-user-agent* (special variable)
Next: The cl-weather-jp/src/util․lisp file, Previous: The cl-weather-jp/src/http․lisp file, Up: Lisp files [Contents][Index]
src (module)
src/error.lisp
unknown-location (condition)
Previous: The cl-weather-jp/src/error․lisp file, Up: Lisp files [Contents][Index]
src (module)
src/util.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The cl-weather-jp-asd package | ||
• The cl-weather-jp package | ||
• The cl-weather-jp.location package | ||
• The cl-weather-jp.http package | ||
• The cl-weather-jp.error package | ||
• The cl-weather-jp.util package |
Next: The cl-weather-jp package, Previous: Packages, Up: Packages [Contents][Index]
cl-weather-jp.asd
Next: The cl-weather-jp․location package, Previous: The cl-weather-jp-asd package, Up: Packages [Contents][Index]
cl-weather-jp.lisp (file)
Next: The cl-weather-jp․http package, Previous: The cl-weather-jp package, Up: Packages [Contents][Index]
location.lisp (file)
Next: The cl-weather-jp․error package, Previous: The cl-weather-jp․location package, Up: Packages [Contents][Index]
http.lisp (file)
common-lisp
http-get (function)
*default-user-agent* (special variable)
Next: The cl-weather-jp․util package, Previous: The cl-weather-jp․http package, Up: Packages [Contents][Index]
error.lisp (file)
common-lisp
unknown-location (condition)
Previous: The cl-weather-jp․error package, Up: Packages [Contents][Index]
util.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions | ||
• Exported conditions |
Next: Exported conditions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
util.lisp (file)
cl-weather-jp.lisp (file)
cl-weather-jp.lisp (file)
http.lisp (file)
location.lisp (file)
location.lisp (file)
Previous: Exported functions, Up: Exported definitions [Contents][Index]
error.lisp (file)
error (condition)
:location
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal special variables | ||
• Internal functions |
Next: Internal functions, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
location.lisp (file)
http.lisp (file)
Previous: Internal special variables, Up: Internal definitions [Contents][Index]
location.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | C F L M |
---|
Jump to: | C F L M |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | (
A C F H R |
---|
Jump to: | (
A C F H R |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
L S |
---|
Jump to: | *
L S |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C P S U |
---|
Jump to: | C P S U |
---|