More

Add Your Geolocation

or POST via API
curl -XPOST "http://meanderspace.v6.rocks/activitypub/outbox" -d @- <<EOF
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Note",
"content": "This is a note",
"published": "2015-02-10T15:04:55Z",
"cc": ["https://www.w3.org/ns/activitystreams#Public"]
}
EOF