Nostr for Everything is an implementation of the Everything API guidelines for the Nostr service. It allows you to connect to Nostr through the Everything middleware, providing a unified interface for making requests.
- Seamless integration with Nostr service
- Consolidated API access through the Everything middleware
- Streamlined request handling
To get started with Nostr for Everything, follow these steps:
- Clone the repository:
git clone https://github.com/everything-gripe/nostr-for-everything.git
- Install the required dependencies:
npm install
- Start the development server:
npm run start:dev
- Access Nostr through the Everything middleware by constructing the request URL in the format:
https://everything.gripe/user/localhost:3000:<npub or nip05>
Contributions are welcome! If you would like to contribute to Nostr for Everything, please follow the guidelines outlined in CONTRIBUTING.md.
Nostr for Everything is licensed under the ISC License.