Skip to content

Abhinaenae/SkyScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skyscan

Skyscan is a command-line tool written in Go that fetches and displays weather information for a specified city.

Usage

  1. Clone the Repository

    git clone https://github.com/Abhinaenae/SkyScan
  2. Build the Executable

    Navigate to the directory containing the source code and build the executable using the following command:

    go build -o skyscan
  3. Run the Tool

    Once the executable is built, you can run the tool by executing the following command:

    ./skyscan <city-name>

    Replace <city-name> with the name of the city for which you want to retrieve weather information. If no city name is provided, it defaults to "Dallas". The default can changed by editing q on line 40 to be any city.

Example

londonexample

Dependencies

This tool depends on the following external packages:

API Used

This tool utilizes the WeatherAPI to fetch weather data. You will need to make your own API key.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages