Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkrd/meteo-pl
Show meteograms from meteo.pl in Emacs
https://github.com/mrkrd/meteo-pl
emacs europe forecast meteo meteogram weather
Last synced: 1 day ago
JSON representation
Show meteograms from meteo.pl in Emacs
- Host: GitHub
- URL: https://github.com/mrkrd/meteo-pl
- Owner: mrkrd
- License: gpl-3.0
- Created: 2018-06-05T14:49:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T22:26:27.000Z (almost 5 years ago)
- Last Synced: 2024-03-14T16:01:56.884Z (8 months ago)
- Topics: emacs, europe, forecast, meteo, meteogram, weather
- Language: Emacs Lisp
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING.txt
Awesome Lists containing this project
README
* meteo-pl
Show meteograms from https://www.meteo.pl/ in GNU Emacs.
** Installation
- Clone the repository
#+BEGIN_SRC sh
git clone https://github.com/mrkrd/meteo-pl.git
#+END_SRC- Update the load-path
#+BEGIN_SRC elisp
(add-to-list 'load-path (expand-file-name "~/path/to/meteo-pl"))
#+END_SRC- Load meteo-pl
#+BEGIN_SRC elisp
(require 'meteo-pl)
#+END_SRC** Usage
- Set coordinates in your configuration file, e.g., .emacs
#+BEGIN_SRC elisp
(setq calendar-latitude 48.133333)
(setq calendar-longitude 11.566667)
#+END_SRC- Call meteo-pl-show-meteogram
#+BEGIN_EXAMPLE
M-x meteo-pl-show-meteogram
#+END_EXAMPLE[[file:emacs-meteo-pl.png]]
** License
The project is licensed under the GNU General Public License v3 or
later (GPLv3+).