/jma

Yet another weather forecast API client in Japan

Primary LanguageGo

Yet another weather forecast API client in Japan

Go codecov

Client SDK

import "github.com/otiai10/jma/api"

client := &api.Client{}
res, err := client.Forecast(jma.Fukuoka)

CLI

# Install
% go install github.com/otiai10/jma/cli/forecast@latest

# Usage
% forecast fukuoka
		07/27	07/28	07/29	07/30	07/31	08/01	08/02
【福岡県】	☀️  	🌤  20	🌥  30	🌤  30	🌤  20	🌤  20	🌤  20

Refs