Dennis Ogbe's Open Heart Server
Implements the Open Heart protocol. Limited to emoji: [❤️,😂,🚀,🏂,👎].
Usage:
GET https://heart.ogbe.net/?id={URL}
Get reactions for {URL}
.
POST https://heart.ogbe.net/?id={URL}
Add reactions for {URL}
. Only counts if the body contains as first character one of the allowed emoji.
In addition, this is NOT a fully open implementation of the protocol. In fact, in the backend I double check that {URL}
is an actually valid and existing page on my site. If it is not, no counter is increased.