Based on our record, ASCII Art Weather should be more popular than Plain Text Sports. It has been mentiond 66 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Maybe one of my favorite examples https://plaintextsports.com/ Lots of examples here (although many do have some amount of styling): https://sjmulder.nl/en/textonly.html. - Source: Hacker News / about 2 months ago
Love it! Slightly off topic but Iโd love to see a list of mainly text sites. My two favourites are https://plaintextsports.com/ and https://lite.cnn.com/. - Source: Hacker News / 4 months ago
I initially built https://plaintextsports.com because I was annoyed with how slowly other sports websites loaded, but since then I have come to appreciate it more for the density of the information, and how few clicks it takes to get to the info you care about (usually at most two or three). - Source: Hacker News / 5 months ago
Have you seen https://plaintextsports.com? - Source: Hacker News / 6 months ago
Someone on here I think runs Plain Text Sports. I rarely follow games, but I like the idea of such a simple site. https://plaintextsports.com/. - Source: Hacker News / 12 months ago
Import subprocess, re Import requests From mcp.server.fastmcp import FastMCP Mcp = FastMCP("Edge MCP Server") @mcp.tool() Def read_temp(): out = subprocess.check_output(["vcgencmd", "measure_temp"]).decode() temp_c = float(re.search(r"[-\\d.]+", out).group()) return temp_c @mcp.tool() Def get_current_weather(city: str) -> str: return requests.get(f"https://wttr.in/{city}").text If __name__ ==... - Source: dev.to / about 1 month ago
# FastMCP is all what we need from mcp dependency From mcp.server.fastmcp import FastMCP # We will use this lib to request the weather from wttr.in Import urllib # Now lets create an MCP Server Mcp = FastMCP("Weather") # Now let's register a tool with this decorator, @mcp.tool() Def get_weather(city: str) -> str: # define a function with city argument # And now we will docuement this... - Source: dev.to / 5 months ago
- 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. - Source: Hacker News / 6 months ago
#!/bin/bash # Get weather information for a specified location LOCATION="London" Curl "http://wttr.in/$LOCATION?format=3". - Source: dev.to / 12 months ago
Weโre going to use a free weather API, wttr.in, which gives us weather info just by calling a URL. - Source: dev.to / about 1 year ago
CNN Lite - Text-only CNN, for mobile limited coverage
Geometric Weather - Geometric Weather is a light and powerful weather app that provides you with real-time temperature, air quality, 15-days weather forecast, and accurate time-sharing trends.
Jekyll - Jekyll is a simple, blog aware, static site generator.
AccuWeather - AccuWeather is an app that provides hourly, daily and 15-day weather forecasts, which you can...
Bracket Voodoo - Optimized March Madness Brackets
Clima - Beautiful, minimal, and fast weather app