1
0
Fork
You've already forked nws-cli
0
command line interface for the National Weather Service API.
  • Rust 78.3%
  • Nix 21.7%
2026年04月02日 19:34:33 -07:00
.idea Initial rust project 2024年08月09日 21:31:18 -07:00
src Format 2026年04月02日 19:34:33 -07:00
.envrc Flake 2025年05月28日 15:39:58 -07:00
.gitignore Flake 2025年05月28日 15:39:58 -07:00
.noai Initial rust project 2024年08月09日 21:31:18 -07:00
Cargo.lock Bumps, remove old external crate stuff 2026年04月02日 19:33:10 -07:00
Cargo.toml Bumps, remove old external crate stuff 2026年04月02日 19:33:10 -07:00
COPYING Copyright notices 2024年09月10日 14:46:46 -07:00
flake.lock Flake 2025年05月28日 15:39:58 -07:00
flake.nix Flake 2025年05月28日 15:39:58 -07:00
README.org Getting ready for 0.1.0 release 2024年09月10日 14:52:31 -07:00

NWS-CLI

A CLI application that gets the forecast or current conditions from the National Weather Service.

Pass the latitude and longitude (with an extra – before any negative numbers) to get the current conditions or pass them to the current-conditions subcommand. To get the current forecast, pass them to five-day-forecast

License Notice

Copyright (C) 2024 Margaret Joan Miller This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>