nodebb-plugin-upvote-post
Version:
Send a post request on upvote
14 lines (13 loc) • 449 B
JSON
{
"id": "nodebb-plugin-upvote-post",
"name": "Upvote Post",
"description": "Send post request on action:post.upvote",
"url": "https://github.com/GAWMiners/nodebb-plugin-upvote-post",
"library": "./index.js",
"hooks": [
{ "hook": "action:post.upvote", "method": "upvote" },
{ "hook": "filter:admin.header.build", "method": "addNavigation" },
{ "hook": "static:app.load", "method": "init" }
],
"templates": "./templates"
}