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: 24 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T07:38:11.000Z (8 months ago)
- Last Synced: 2024-05-01T21:48:04.809Z (8 months ago)
- Topics: nostr, trend-analysis, trends
- Language: TypeScript
- Homepage: https://nostrends.vercel.app
- Size: 1.1 MB
- Stars: 25
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
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
}
```