From 2a460cb286f36b464956ee0bbe37aee1b9a140eb Mon Sep 17 00:00:00 2001 From: minimo-io Date: Sat, 27 Apr 2024 17:36:15 -0300 Subject: [PATCH] Add demo to readme --- nostr-followback/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nostr-followback/README.md b/nostr-followback/README.md index cd6e758..33c19c4 100644 --- a/nostr-followback/README.md +++ b/nostr-followback/README.md @@ -3,6 +3,8 @@ Find out who does and who doesn't follow you back on Nostr. Let promote some reciprocity here! 😹 +> Check out the [demo](npub1vp8fdcyejd4pqjyrjk9sgz68vuhq7pyvnzk8j0ehlljvwgp8n6eqsrnpsw). + ## ToDo - Create groups to checks to fire simultaneously instad of one by one (to remember: fireing all the `fetchProfile` at once for a given npub resulted in a permanent halt of the process -mainly for big users). Maybe using https://lodash.com/docs `_.chunk(array, [size=1])`