Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pseudozach/nostr.directory
Find people you know from other social media sites on nostr
https://github.com/pseudozach/nostr.directory
nostr
Last synced: 3 months ago
JSON representation
Find people you know from other social media sites on nostr
- Host: GitHub
- URL: https://github.com/pseudozach/nostr.directory
- Owner: pseudozach
- License: mit
- Created: 2022-12-15T20:30:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T05:45:24.000Z (about 1 year ago)
- Last Synced: 2024-02-17T05:34:36.810Z (9 months ago)
- Topics: nostr
- Language: TypeScript
- Homepage: https://nostr.directory
- Size: 3.5 MB
- Stars: 137
- Watchers: 3
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - nostr.directory - searchable database of nostr users and their other social media links. (Tools / Client reviews and/or comparisons)
README
# nostr.directory
* easy way to find people on nostr that you already follow on twitter/telegram/mastodon
* nostr anchored social profiles## Bounties
* Please feel free to open issues and assign bounties to them as funders.
* Look at the list of issues/feature requests to claim bounties for fixing/delivering them.We want to make this a useful and functional tool.
# build & run
### locally
* `git clone https://github.com/pseudozach/nostr.directory && cd nostr.directory`
* `cp .env.sample .env.local && npm run dev`### or you can fork and start developing with gitpod.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/pseudozach/nostr.directory)# db backups
* database is exported every 24hours and made available at https://storage.googleapis.com/storage/v1/b/nostrdb-backups/o?prefix=ndjson in .ndjson format.# credits
* nostr: https://github.com/nostr-protocol/nostr
* cloned from https://github.com/ixartz/Next-JS-Landing-Page-Starter-Template