/weather-cli

🌧️ A simple and fast weather-cli written in Rust.

Primary LanguageRust

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.