• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H21-Sep-2021-1,8821,718

misc/screenshots/H21-Sep-2021-

po/H07-May-2022-26,05420,212

src/H21-Sep-2021-9280

tests/H21-Sep-2021-154103

.gitlab-ci.ymlH A D21-Sep-2021571 1915

COPYING.mdH A D21-Sep-202117.5 KiB338281

NEWSH A D21-Sep-202111.9 KiB566491

README.mdH A D21-Sep-20211.7 KiB5430

gnome-weather.doapH A D21-Sep-20211.7 KiB4639

meson.buildH A D21-Sep-20211.4 KiB5446

meson_post_install.pyH A D03-May-2022695 2618

org.gnome.Weather.jsonH A D21-Sep-20212.6 KiB10099

README.md

1# Weather
2
3Monitor the current weather conditions for your city, or anywhere in the world.
4
5## Useful links
6
7**Homepage**: https://wiki.gnome.org/Apps/Weather
8
9**Report issues**: https://gitlab.gnome.org/GNOME/gnome-weather/issues/
10
11**Donate**: https://www.gnome.org/friends/
12
13**Translate**: https://wiki.gnome.org/TranslationProject
14
15## Installation
16
17There are two supported ways to install Weather:
18
19### Stable Release
20
21The latest stable release is available on Flathub:
22
23<a href='https://flathub.org/apps/details/org.gnome.Weather'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
24
25### Development Snapshot
26
27This is for testing only. To start, add the GNOME nightly repository:
28
29```
30$ flatpak remote-add gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo
31```
32
33Then, run the following command to install the development version of Weather:
34
35```
36$ flatpak install org.gnome.WeatherDevel
37```
38
39## Hacking on Weather
40
41To start working on Weather see the [general guide](https://wiki.gnome.org/Newcomers/BuildProject) for building GNOME apps
42with Flatpak and GNOME Builder. Then, [find a task](https://gitlab.gnome.org/GNOME/gnome-weather/issues?label_name%5B%5D=4.+Newcomers) to work on.
43
44If you're unfamiliar with GJS, here are a few good places to start:
45
46* The [beginner-level guide](https://gjs-guide.gitlab.io/) for working with GJS
47* An overview of [working with GNOME APIs via GJS](https://gitlab.gnome.org/GNOME/gjs/wikis/Mapping)
48* The [documentation for various GNOME libraries](https://devdocs.baznga.org/) in JavaScript
49
50## Communication
51
52If you want to chat with the maintainers, we're on Matrix at [#gnome-weather:disroot.org](https://matrix.to/#/#gnome-weather:disroot.org)
53
54