wxs.us

US weather forecasts, alerts, and severe weather outlooks — right in your terminal.

Quick Lookup

$ curl t.wxs.us              # weather for your location
$ curl t.wxs.us/48201        # by zipcode
$ curl t.wxs.us/42.33,-83.05 # by coordinates
$ curl t.wxs.us/48201?hourly  # 24-hour hourly forecast
$ curl t.wxs.us/48201?table   # compact table view
$ curl t.wxs.us/48201?air     # air quality index
$ curl t.wxs.us/48201/day3    # severe outlook + full SPC text (days 1-8)
$ curl "t.wxs.us/48201?format=json" # JSON output
$ curl t.wxs.us/rock             # the weather rock

Interactive TUI

$ ssh t.wxs.us                  # interactive dashboard
$ ssh t.wxs.us -t 48201         # by zipcode
$ ssh t.wxs.us -t 42.33,-83.05  # by coordinates

What You Get

US locations only. Data sourced from the National Weather Service and NOAA Storm Prediction Center.