https://github.com/rezapace/cuaca_go
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.
https://github.com/rezapace/cuaca_go
cuaca git-reza golang golang-mikti golangweekly kampusmerdeka kondisi mikti musim wheather
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/rezapace/cuaca_go
- Owner: rezapace
- Created: 2023-11-10T13:40:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T00:52:10.000Z (almost 2 years ago)
- Last Synced: 2025-12-26T12:27:12.654Z (7 months ago)
- Topics: cuaca, git-reza, golang, golang-mikti, golangweekly, kampusmerdeka, kondisi, mikti, musim, wheather
- Language: Go
- Homepage:
- Size: 142 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cuaca Golang 🌦️
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.
## Features
- Accurate and current weather information
- Easy integration with Go projects
- Simple and clean API usage
## How to Run
1. Clone the repository:
```bash
git clone https://github.com/rezapace/cuaca_go
```
2. Tidy up the dependencies:
```bash
go mod tidy
```
3. Run the application:
```bash
go run main.go
```
## Postman
To test the API using Postman, use the following URL:
```bash
http://localhost:8080/weather?location=jakarta
```
## Screenshots
Running the application:

Postman output:

Thank you for using Cuaca Golang! 🌤️💻