Skip to content

Emacs frontend for weather web service wttr.in.

License

Notifications You must be signed in to change notification settings

gicrisf/emacs-wttrin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MELPA MELPA Stable Gitter Build Status

wttrin.el

Emacs frontend for weather web service wttr.in.

Usage

Set a default cities list for completion:

(setq wttrin-default-cities '("Taipei" "Tainan"))

You can also specify default HTTP request Header for Accept-Language:

(setq wttrin-default-accept-language '("Accept-Language" . "zh-TW"))

Then run M-x wttrin to get the information.

When the weather is displayed you can press q to quit the buffer or g to query for another city.

screenshot

LICENSE

MIT

About

Emacs frontend for weather web service wttr.in.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 98.9%
  • Shell 1.1%