Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 432 Bytes

File metadata and controls

15 lines (11 loc) · 432 Bytes

nowcast-api

概要

高解像度ナウキャストの画像を解析してjsonで返すAPI

使い方

  • npm install & node app.jsで起動
  • ブラウザで localhost:3000/X分後(-60 ~ 60)/緯度/経度 を開くと降水量情報が取得できる
    • 時刻は5分ごとの値(例:201805301420)

未実装

  • エラーハンドリング
    • 画像がない場合
    • x分後の指定が間違っている場合