https://github.com/akiomik/nostrends
What's trending on nostr?
https://github.com/akiomik/nostrends
nostr trend-analysis trends
Last synced: 2 months ago
JSON representation
What's trending on nostr?
- Host: GitHub
- URL: https://github.com/akiomik/nostrends
- Owner: akiomik
- License: apache-2.0
- Created: 2023-02-07T23:07:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T03:40:05.000Z (3 months ago)
- Last Synced: 2025-08-01T05:32:35.058Z (3 months ago)
- Topics: nostr, trend-analysis, trends
- Language: TypeScript
- Homepage: https://nostrends.vercel.app
- Size: 773 KB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - nostrends - Trending on Nostr, like Twitter trends. Live at [nostrends.vercel.app](https://nostrends.vercel.app). (Tools / Client reviews and/or comparisons)
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
}
```