New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rss3/api-core

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss3/api-core

0.0.25
latest
Source
npm
Version published
Weekly downloads
18K
11.81%
Maintainers
0
Weekly downloads
 
Created
Source

RSS3 Logo

RSS3 JavaScript SDK

npm package npm bundle size follow RSS3 on X discord chat

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.

FAQs

Package last updated on 15 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts