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

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.

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:
![Running Application](https://github.com/rezapace/cuaca_go/blob/main/output/runing%20echo.jpg?raw=true)

Postman output:
![Postman Output](https://github.com/rezapace/cuaca_go/blob/main/output/postman%20output.jpg?raw=true)

Thank you for using Cuaca Golang! 🌤️💻