Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nostrband/zapper
Zapper nostr micro app
https://github.com/nostrband/zapper
nostr zaps
Last synced: 1 day ago
JSON representation
Zapper nostr micro app
- Host: GitHub
- URL: https://github.com/nostrband/zapper
- Owner: nostrband
- Created: 2023-09-12T13:23:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T12:56:58.000Z (7 months ago)
- Last Synced: 2024-07-19T14:42:11.881Z (7 months ago)
- Topics: nostr, zaps
- Language: JavaScript
- Homepage: https://zapper.nostrapps.org
- Size: 7.15 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zapper
Zapper is a micro-app for zapping any Nostr event.
Benefits:
- Zapper can zap any event, not just ones that are supported by your nostr client.
- Zapper supports zap splits, unlike most apps out there.
- Zapper handles errors gracefully and allows you to retry the zap if anything fails.
- Zapper can be integrated by other apps - just redirect to it, or embed as an iframe.If you want to integrate with Zapper, just redirect users to the /zap endpoint and add these query string parameters:
- id - required, bech32 id (npub, note, nevent, naddr)
- amount - optional, amount in sats
- comment - optional, comment text
- type - optional, type of payment ("zap" - default, "anon-zap" or "send-sats")
- auto_send - optional, if set to "true", will send the zap automaticallyYou can try it at https://zapper.nostrapps.org.