Categorygithub.com/pen/jma-go
repository
0.1.6
Repository: https://github.com/pen/jma-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

jma-go

概要

気象庁の天気予報ページの裏で使われている疑似APIの結果をGoで処理しやすくするためのライブラリです。

サンプル

go run sample/show-tokyo-forecasts/main.go
go run sample/show-osaka-overview/main.go
go run sample/dump-areas/main.go
curl https://www.jma.go.jp/bosai/common/const/area.json > area.json
go run sample/dump-areas-from-file/main.go area.json