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
}