PocketBase is a Go backend (framework and app) that includes:
And all of this compiles in a single portable executable.
PocketBase.io might be a bit more popular than ASCII Art Weather. We know about 95 links to it since March 2021 and only 65 links to ASCII Art Weather. 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.
Nice, something similar built with Golang: https://pocketbase.io/. - Source: Hacker News / 7 days ago
If you're a solo developer or part of a small team, let me introduce you to one of the best-kept secrets in backend development: PocketBase. - Source: dev.to / 19 days ago
I have a bit of an obsession with finding the fastest way to launch apps. My goal is to be able to create fully functional MVP's and proofs of concept in less than a day. That means being able to spin up a backend and then implement a frontend as efficiently as possible. For the backend, PocketBase has been my favorite lately. On the frontend I am still trying to find a winner. I like Quasar (VueJS + Capacitor)... - Source: dev.to / 23 days ago
Are you aware of pocketbase? https://pocketbase.io/ I think it could work for your usecase, even though its generally focused on being a backend. I have had a very nice experience. - Source: Hacker News / 3 months ago
For quick prototyping I really like https://pocketbase.io/ I am actually using this for a production site that gets 1 million requests per day. - Source: Hacker News / 3 months 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 / 25 days 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 / about 2 months ago
#!/bin/bash # Get weather information for a specified location LOCATION="London" Curl "http://wttr.in/$LOCATION?format=3". - Source: dev.to / 7 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 / 8 months ago
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 =... - Source: dev.to / 10 months ago
Supabase - An open source Firebase alternative
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.
Firebase - Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.
AccuWeather - AccuWeather is an app that provides hourly, daily and 15-day weather forecasts, which you can...
AppWrite - Appwrite provides web and mobile developers with a set of easy-to-use and integrate REST APIs to manage their core backend needs.
Forecastie - A simple, opensource weather app for Android.