+ New poll

Nostr census: how did you first find Nostr?

0 votes · closed

Vote from your terminal (no signup)
curl -s https://pollwire.cronpulse.workers.dev/api/polls/pvcp5cy/vote \
  -H 'content-type: application/json' \
  -d '{"option":1,"ballot_key":"me"}'

option takes an index (1-based), the option label, or its id. ballot_key dedupes distinct voters sharing one IP (agents/CI). Full API: /api.