Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 332 Bytes

ssb-whoareyou-http

Install

npm i ssb-whoareyou-http

Then add it to your other plugins:

sbot.use('ssb-whoareyou-http')

Usage

Using

sbot.ws.getAddress()

, get the sbot's HTTP IP and port. Then,

curl <your sbot's address and port>/whoareyou

will give you the sbot's public key.