commit f34565bf49009bb987e443b9e64f2e91067a434f Author: maotovisk Date: Mon Jul 28 08:42:04 2025 -0300 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7342f2 --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# Go Simple UI Weather App + +A minimal Go application with a simple user interface to display current weather information. + +## Features + +- Fetches and displays weather data for a specified location +- Clean and intuitive UI +- Built with Go + +## Getting Started + +### Prerequisites + +- [Go](https://golang.org/dl/) 1.18+ +- Internet connection (for weather API) + +### Installation + +```bash +git clone https://github.com/yourusername/go_simple_ui.git +cd go_simple_ui +go build +``` + +### Usage + +```bash +./go_simple_ui +``` + +Follow the on-screen instructions to enter a location and view the weather. + +## Configuration + +- API keys or endpoints can be set in `config.json` or environment variables (see code for details). + +## Contributing + +Pull requests are welcome! For major changes, please open an issue first. + +## License + +[UNLICENSE](https://unlicense.org/)