Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Wttr.in Alternatives
Similar projects and alternatives to wttr.in
-
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
stylegan2-pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
-
RegExr
RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.
-
savepagenow
A simple Python wrapper and command-line interface for archive.org’s "Save Page Now" capturing service
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
awesome-console-services
A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols)
-
-
-
-
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
wttr.in discussion
wttr.in reviews and mentions
-
Show HN: Display weather for up to 3 cities for comparison inside Neovim
- Show min/max temperatures at a glance
Screenshot inside the Github repo.
it will call https://wttr.in/ to get the weather data when you trigger it.
-
Boost Your Workflow: Essential Shell Scripts for Everyday Tasks
#!/bin/bash # Get weather information for a specified location LOCATION="London" curl "http://wttr.in/$LOCATION?format=3"
-
What is Asynchronous Code? How to Use It in Python to Speed Up Your Code Learn by Building a Weather App! ☀️🌦️
We’re going to use a free weather API, wttr.in, which gives us weather info just by calling a URL.
- Weather from the Command Line
-
Mastering Infrastructure with CloudPosse Atmos and Terraform
locals { url = format("https://wttr.in/%v?%v&format=%v&lang=%v&u=%v", urlencode(var.location), urlencode(var.options), urlencode(var.format), urlencode(var.lang), urlencode(var.units), ) } data "http" "weather" { url = local.url request_headers = { User-Agent = "curl" } } # Now write this to a file (as an example of a resource) resource "local_file" "cache" { filename = "cache.${var.stage}.txt" content = data.http.weather.response_body }
- Wttr.in Is Down
-
Meet wttrbarpy! a highly customizable weather module for Waybar inspired from wttrbar using wttr.in
wttr.in is unfortunately not accurate in many cities in the world, check their github issues
- Ask HN: Favourite low-tech/plain HTML websites?
- Wego: A Weather Client for the Terminal
-
I have made weafetch, see the weather in terminal, neofetch style! 🌧️🌡️
The difference with weafetch is that it has its own config file which can just be configured and not touched anymore. When using wttr.in with curl, any custom changes you want to get from the output will need to be typed in everytime.
-
A note from our sponsor - InfluxDB
influxdata.com | 26 Apr 2025
Stats
chubin/wttr.in is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of wttr.in is Python.