Need help?
<- Back

Comments (45)

  • jonahx
    I love plain text services. One of their benefits is near instant load time. A nitpick, but this takes a few seconds to load on a fast broadband connection for me. I get the delay even refreshing the same page, where I'd expect the cache to be hit.
  • smnscu
    I was thoroughly confused at why the website was showing the weather for York. Since I studied there (and it's straight up a lovely place), I visit quite often and subsequently check the weather. I thought I had set it but couldn't remember doing so. As someone else said, this being text-based makes it particularly digestible to LLMs. Out of curiosity, I looked up weather MCPs and stumbled upon this: https://github.com/weather-mcp/weather-mcp
  • speerer
    Love it. This reminds me of wttr.in, but with the benefit of interactivity and that it works much better on mobile. I also happen to often use terminals in a narrower aspect, so wttr.in doesn't work perfectly for me. It'd be very cool if a curl call to your site rendered a terminal text view!
  • firasd
    Very interesting. The past few days' trend is so common in small talk and general weather discourse ("it was warmer last week") but underrated in weather apps. It's helpful that Open-Meteo provides that dataThis output is incidentally perfectly context engineered for LLMs too; I pasted the Delhi page contents into Arena .ai and asked "what's the gist" and qwen3.6-plus said (among other things) " A hot, humid day with a slight chance of afternoon showers." and gemini-3.1-pro-preview said "Mostly clear, but hot and very humid. While the actual high is 34°C, it will feel like 42°C in the afternoon."
  • gregsadetsky
    Congrats!Very small suggestion: it’d be cool if you used a service to geoip the incoming ip address - there’s also https://developers.cloudflare.com/network/ip-geolocation/ that will inject the lat lng directly into the request header to your serverIt’d just help set a good enough starting location.Cheers!
  • karteum
    FWIW, I vibe-coded https://meteo.karteum.ovh/ a few months ago for my own use-case (it interfaces with open-meteo.com. Click in the map to add points, and click in the point to get details)
  • winterscott
    This is actually a great format for LLM consumption too.Structured, concise weather information without unnecessary UI noise is much easier for agents to parse and summarize.A JSON endpoint or an MCP server on top of this would be an interesting extension.
  • bluebarbet
    Seems like a good use case for Unicode weather symbols.
  • kachnuv_ocasek
    How do you turn on the text-only mode? I've tried Accept: text/plain but I always get HTML.
  • goodmythical
    Would be nice if desktop rendered in columns. Would be nice if it were curl-able (like not serving raw html to curl). Would be nice if URL pattern was like wttr.in (NYC for example is https://brolly.sh/forecast/YcUDdBLc <---which means nothing to me, vs wttr.in/nyc <---which is plainly obvious)
  • devindotcom
    This is cool and I appreciate how compact it is. I'd love to have this as a regular load on my desktop. My only note would be that the precipitation graph feels unnecessarily bulky - wouldn't it work with the same type of horizontal graph seen for the ones below it? I know precipitation demands somewhat more precision and immediacy, but you could also do a variable graph - left half next hour, right half next 12 hours or something.
  • ji_reilly
    It's already saved to home screen. Love the simple text interface.
  • walthamstow
    Oh god I'm glad I'm not the only one who hates the new Met Office website/app, but their forecasts and radar maps are the best. Where do you get the data from?
  • bl4kers
    I don't see a way to change from F to C...?
  • 8ig8
    Looks great. One thing that initially tripped me up, I searched "Raleigh, NC" and got no place found. "Raleigh" worked.
  • popalchemist
    DIG IT. This is how the web used to feel.
  • Gualdrapo
    As other users pointed out, it'd be great if this could be curl'd like with wttr.in
  • anon
    undefined
  • leonpillow
    would be great to show humidity %
  • benj111
    Cool. There's unicode cloud characters. Would be nice to have a visual indication of rain/sun/cloudy etc
  • sssilver
    Thank you so much for this. It's fantastic.Can we have METARs for airport codes in this exact aesthetic?
  • Imustaskforhelp
    Really love this website and its awesome, thanks for making this!I really love Golang minimalist applications using sqlite. The whole architecture feels really elegant to me personally. I wish you luck for this project and if I may ask, is the project open source, I really love its UI :) ,it feels so cool!