From 769b89ae6126c5d95484aede8f5d4e07988c4650 Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Fri, 25 Nov 2022 12:17:55 +0100 Subject: [PATCH 1/3] add nostr.watch, nostr-js and nostr-relay-inspector --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4be721f..d5d2ff3 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Instances are plenty and their availability may vary but these projects track them: - [nostr relay registry](https://nostr-registry.netlify.app/) - real-time checking of status of some known relays - [nostr.info](https://nostr.info/) - real-time checking of status of some known relays +- [nostr.watch](http://nostr.watch) - real-time checking of status of some known relays with advanced checks. ## Clients - [branle](https://github.com/fiatjaf/branle) - a Twitter-like client with chat. Some instances: @@ -79,6 +80,8 @@ them: - [python-nostr](https://github.com/jeffthibault/python-nostr) - a python library for making clients - [nostr-bot](https://github.com/slaninas/nostr-bot) - a Rust library for writing bots - [NostrKit](https://github.com/cnixbtc/NostrKit) - a Swift library for interacting with relays +- [nostr-js](http://github.com/jb55/nostr-js) - A javascript library for interacting with relays and relay pools. +- [nostr-relay-inspector](https://github.com/dskvr/nostr-relay-inspector) - A library that returns useful information about relays based on nostr-js ## Tools - [nostr registry](https://codeberg.org/rsbondi/nostr-registry) - a database of known relays with their uptime and NIP support tables From 24f5cb78686d902d5229a488f1cc501286d3087b Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Fri, 25 Nov 2022 12:19:53 +0100 Subject: [PATCH 2/3] http -> https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d2ff3..49a12c7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Instances are plenty and their availability may vary but these projects track them: - [nostr relay registry](https://nostr-registry.netlify.app/) - real-time checking of status of some known relays - [nostr.info](https://nostr.info/) - real-time checking of status of some known relays -- [nostr.watch](http://nostr.watch) - real-time checking of status of some known relays with advanced checks. +- [nostr.watch](https://nostr.watch) - real-time checking of status of some known relays with advanced checks. ## Clients - [branle](https://github.com/fiatjaf/branle) - a Twitter-like client with chat. Some instances: From f767da0472fad63fb2e5d8d14e5fc745d53c33bb Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Sat, 26 Nov 2022 15:58:54 +0100 Subject: [PATCH 3/3] remove nostr-js from pr in light of pr #52 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 49a12c7..ad732c4 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,6 @@ them: - [python-nostr](https://github.com/jeffthibault/python-nostr) - a python library for making clients - [nostr-bot](https://github.com/slaninas/nostr-bot) - a Rust library for writing bots - [NostrKit](https://github.com/cnixbtc/NostrKit) - a Swift library for interacting with relays -- [nostr-js](http://github.com/jb55/nostr-js) - A javascript library for interacting with relays and relay pools. - [nostr-relay-inspector](https://github.com/dskvr/nostr-relay-inspector) - A library that returns useful information about relays based on nostr-js ## Tools