Welcome to the Cuaca Golang project! This project is designed to provide accurate and up-to-date weather information using the Go programming language. By leveraging a weather API, this project delivers easy-to-read weather data that can be seamlessly integrated into your Go projects.
- Accurate and current weather information
- Easy integration with Go projects
- Simple and clean API usage
-
Clone the repository:
git clone https://github.com/rezapace/cuaca_go
-
Tidy up the dependencies:
go mod tidy
-
Run the application:
go run main.go
To test the API using Postman, use the following URL:
http://localhost:8080/weather?location=jakarta
Thank you for using Cuaca Golang! 🌤️💻