Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/akiomik/nostrends

What's trending on nostr?
https://github.com/akiomik/nostrends

nostr trend-analysis trends

Last synced: 26 days ago
JSON representation

What's trending on nostr?

Lists

README

        

# Nostrends

What's trending on [nostr](https://nostr.com/)?

- https://nostrends.vercel.app/

## Development

```bash
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.

```js
{
"foo": 42,
"bar": 99
}
```