# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 6
# self = https://watcher.sour.is/conv/svvpd3a
@carsten 46 km/h, sounds a lot 😧

BTW how do you get that visualization? , looks nice
@eaplmx use:


curl wttr.in
Alternatively, use https://github.com/schachmat/wego/.
@bender oh yes!


     \\  /       Partly cloudy
   _ /"".-.     13 °C
     \\_(   ).   → 9 km/h
     /(___(__)  13 km
                0.0 mm
@bender oh yes!


     \  /       Partly cloudy
   _ /"".-.     13 °C
     \_(   ).   → 9 km/h
     /(___(__)  13 km
                0.0 mm
@eaplmx I use it too, I even have an alias:


DEFAULT_WEATHER_LOCATION='JUSTAMOMENT CITY'

# Usage: weather [CUSTOM LOCATION]
function weather() {
    curl "wttr.in/${1:-$DEFAULT_WEATHER_LOCATION}"
}