0.17.0 • Published 9 months ago

@nostr-fetch/adapter-rx-nostr v0.17.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@nostr-fetch/adapter-rx-nostr

This package includes the adapter for rx-nostr which allows it to work with nostr-fetch, a utility library for fetching past events from Nostr relays.

If you want to use nostr-fetch, here is a good start point!

Example

import { createRxNostr } from 'rx-nostr';
import { NostrFetcher } from 'nostr-fetch';
import { rxNostrAdapter } from '@nostr-fetch/adapter-rx-nostr';

const main = async () => {
    const rxNostr = createRxNostr();
    const fetcher = NostrFetcher.withCustomPool(rxNostrAdapter(rxNostr));
    // ...
}

Minimum Supported Version of rx-nostr

adapter versionrx-nostr version
< 0.13.01.1.0
>= 0.13.01.2.0
0.16.0

9 months ago

0.17.0

9 months ago

0.15.1

1 year ago

0.15.0

2 years ago

0.14.0

2 years ago

0.14.1

2 years ago

0.13.1

2 years ago

0.13.0

2 years ago

0.12.2

2 years ago

0.12.1

2 years ago

0.12.0

2 years ago