From 99ba22f0333e9ff72cf1803af49225a99273bca1 Mon Sep 17 00:00:00 2001 From: "Carl X. Su" Date: Sun, 6 Mar 2016 00:54:12 +0800 Subject: Initial commit --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..65c0616 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# wttrin.el + +Emacs frontend for weather web service [wttr.in]. + +wttrin.el provides the weather information from wttr.in based on your +query condition. + +## Usage + +Set variable `wttrin-query`: + +```elisp +(defvar wttrin-query "Taipei") +``` + +Run `M-x wttrin-exec` to get the information: + +![screenshot] + +## LICENSE + +MIT + +[wttr.in]: http://wttr.in/ +[screenshot]: wttrin.png \ No newline at end of file -- cgit v1.2.3