An open API service indexing awesome lists of open source software.

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.

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.