From c8e415d7846a5a8e60001ac11d673c971e68e596 Mon Sep 17 00:00:00 2001 From: Emre YILMAZ Date: Tue, 17 Jun 2025 10:01:11 +0000 Subject: [PATCH 1/2] Added nostr-ro-client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 960e5ae..3c7c1b7 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ Websites with lists of relays and their performance/health: - [Nosky](https://github.com/KotlinGeekDev/Nosky)![stars](https://img.shields.io/github/stars/KotlinGeekDev/Nosky.svg?style=social) - A native Android client for Nostr. Still in development - [nostr console](https://github.com/vishalxl/nostr_console)![stars](https://img.shields.io/github/stars/vishalxl/nostr_console.svg?style=social) - a nostr command line client written in Dart. Binaries available for Windows, Linux, and macOS - [Nostr Nests](https://nostrnests.com/) - Nostr Nests is an audio space for chatting, brainstorming, debating, jamming, micro-conferences and more. +- [Nostr Read Only Single User Client](https://github.com/delirehberi/nostr-ro-client/tree/master) - Its a simple cloudflare worker to serve a single user's nostr content (kind:1) as web page - preview: nostr.emre.xyz - [Nostr Playground](https://github.com/sepehr-safari/nostr-playground) ![stars](https://img.shields.io/github/stars/sepehr-safari/nostr-playground.svg?style=social) - A simple and user-friendly playground for Nostr. - [playground.nostr.com](https://playground.nostr.com/) - Live instance. - [Nostr Web](https://github.com/franzos/nostr-ts) - React web client for static hosting From ed60e190532d2710476e0787e40afacdd5f8d65a Mon Sep 17 00:00:00 2001 From: Aljaz Date: Wed, 18 Jun 2025 09:27:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c7c1b7..cad7095 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Websites with lists of relays and their performance/health: - [Nosky](https://github.com/KotlinGeekDev/Nosky)![stars](https://img.shields.io/github/stars/KotlinGeekDev/Nosky.svg?style=social) - A native Android client for Nostr. Still in development - [nostr console](https://github.com/vishalxl/nostr_console)![stars](https://img.shields.io/github/stars/vishalxl/nostr_console.svg?style=social) - a nostr command line client written in Dart. Binaries available for Windows, Linux, and macOS - [Nostr Nests](https://nostrnests.com/) - Nostr Nests is an audio space for chatting, brainstorming, debating, jamming, micro-conferences and more. -- [Nostr Read Only Single User Client](https://github.com/delirehberi/nostr-ro-client/tree/master) - Its a simple cloudflare worker to serve a single user's nostr content (kind:1) as web page - preview: nostr.emre.xyz +- [Nostr Read Only Client](https://github.com/delirehberi/nostr-ro-client/)![stars](https://img.shields.io/github/stars/delirehberi/nostr-ro-client/.svg?style=social) - simple cloudflare worker to serve a single user's nostr content (kind:1) as web page preview: nostr.emre.xyz - [Nostr Playground](https://github.com/sepehr-safari/nostr-playground) ![stars](https://img.shields.io/github/stars/sepehr-safari/nostr-playground.svg?style=social) - A simple and user-friendly playground for Nostr. - [playground.nostr.com](https://playground.nostr.com/) - Live instance. - [Nostr Web](https://github.com/franzos/nostr-ts) - React web client for static hosting