8000 GitHub - akiomik/nostrends: What's trending on nostr?
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akiomik/nostrends

Repository files navigation

Nostrends

What's trending on nostr?

Development

npm install
npm run dev -- --open

About events/**/*.json

A json describing how much a note has been responded to is required in src/lib/events/. The format is as follows.

{
  "foo": 42,
  "bar": 99
}
0