https://github.com/expdev07/weather-cli
🌧️ A simple and fast weather-cli written in Rust.
https://github.com/expdev07/weather-cli
Last synced: 6 months ago
JSON representation
🌧️ A simple and fast weather-cli written in Rust.
- Host: GitHub
- URL: https://github.com/expdev07/weather-cli
- Owner: ExpDev07
- Created: 2022-03-10T19:42:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T19:48:45.000Z (about 4 years ago)
- Last Synced: 2025-03-23T06:27:40.393Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# weather-cli
This is a simple cli tool written in Rust for getting the temperature of a location. Simply pass the following options to the program:
``API_KEY`` - An Open Weather Map API key that can be found at https://home.openweathermap.org/api_keys.
``LAT`` - The latitude of the location you wish to retrieve the temperature for.
``LON`` - The longitude of the location you wish to retrieve the temperature for.