0.0.23 • Published 8 months ago
@rss3/api-core v0.0.23
RSS3 JavaScript SDK
The Turbocharger for Your Next Open Web Development.
- Quick Integration with Ethereum, Arbiturm, Base, Polygon and more....
- Lightning Fast to Interact with the RSS3 Network.
- Many Web3 Domains Supported
- Fully Typed, Easy to BUIDL.
Installation
npm i @rss3/api-core
Getting Started
Obtain Data from the RSS3 Network
Get open social activities of anyone, here we get vitalik.eth
's comments on Farcaster
:
import { getActivities } from '@rss3/api-core'
const socialActivities = await getActivities({
account: "vitalik.eth",
tag: ["social"],
type: ["comment"],
platform: ["Farcaster"],
});
Or simply query cross-network and human-readable feed of anyone:
import { getActivities } from '@rss3/api-core'
const readableFeed = await getActivities({
account: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
});
Add Artificial Intelligence to Your Applications
Coming soon.
For more examples visit RSS3 Docs.
License
MIT.
0.0.23
8 months ago
0.0.20
8 months ago
0.0.21
8 months ago
0.0.22
8 months ago
0.0.18
9 months ago
0.0.19
9 months ago
0.0.16
9 months ago
0.0.17
9 months ago
0.0.15
10 months ago
0.0.13
10 months ago
0.0.12
11 months ago
0.0.11
12 months ago
0.0.10
12 months ago
0.0.9
12 months ago
0.0.8
12 months ago
0.0.7
12 months ago
0.0.6
12 months ago
0.0.5
12 months ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago