From aa6dd05eb67c367e27f32b6b9e8670c1104edca3 Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Sat, 26 Nov 2022 17:24:28 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa748a9..0dcd912 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ A client-side nostr network status built with Vue3, [nostr-js](https://github.co - [x] Real-time relay status - [x] Real-time, client-centric latency tests - [x] Relay Identities -- [x] JSON for known relays shared via [/relays.json](https://nostr.watch/relays.json) +- [x] Static JSON API for **all** known relays shared via [/relays.json](https://nostr.watch/relays.json) +- [ ] Dynamic JSON API for **online** relays - [ ] Detailed Relay Modal view _In Progress_ - [ ] Relay Behavior Analysis _In progress_ - [ ] NIP Checks _In progress_