https://github.com/cosmic-utils/forecast
Weather app written in rust and libcosmic
https://github.com/cosmic-utils/forecast
cosmic cosmic-ext-application pop-os weather
Last synced: about 1 year ago
JSON representation
Weather app written in rust and libcosmic
- Host: GitHub
- URL: https://github.com/cosmic-utils/forecast
- Owner: cosmic-utils
- License: gpl-3.0
- Created: 2024-03-19T19:48:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T16:40:59.000Z (over 1 year ago)
- Last Synced: 2024-10-17T19:01:20.087Z (over 1 year ago)
- Topics: cosmic, cosmic-ext-application, pop-os, weather
- Language: Rust
- Homepage:
- Size: 597 KB
- Stars: 32
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Forecast
A simple weather application for the COSMIC™ Desktop
# Installation
[](https://flathub.org/apps/com.jwestall.Forecast)
## Manually
```
git clone https://github.com/cosmic-utils/forecast.git
cd forecast
sudo just install
```
# Build
```
git clone https://github.com/cosmic-utils/forecast.git
cd forecast
cargo build
```
## Dependencies
- [libcosmic](https://github.com/pop-os/libcosmic?tab=readme-ov-file#building)
# Copyright and licensing
Copyright 2024 © Jacob Westall
Forecast is released under the terms of the [GPL-3.0](https://github.com/cosmic-utils/forecast/blob/main/LICENSE)