Damus
TuvokSeed · 2w
What would be a cool software project? App, web or desktop file, just say a word. Maybe you got an good idea! #asknostr
Cowboy Bob profile picture
A nostr-based weather app for the home-steaders among us Nostriches:

It takes my approximate GPS-position and generates a list of n additional positions which is encrypted with the npub of the relay, which then queries the weather-data provider (e.g. https://open-meteo.com), the resulting data is encrypted by the relay with the npub of the origin (npub of the user) and the local app, the only instance knowing my real position, shows the weather forecast requested.

At open-meteo.com 10.000 daily API-Calls are free.

As this number easily exceeded by a a bunch of relays, paying this service might be done with zapping. open-meteo.com might even Sats, directly. TBC

Relay-side, several relays could negociate which random relay executes the API call. Use of the relay should hide the original IP to the data provider.

Open-meteo provides quite accurate forecast data. Some of my farmer friends rely on it for over a year now and are quite happy with it.
1❤️1
TuvokSeed · 2w
thanks for your detailed feedback, i will look into it