Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 553 Bytes

jma-go

概要

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

サンプル

go run sample/show-tokyo-forecast/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