yamoney-http-notifications
v0.0.3
Published
Route for Express.js that checks HTTP-notifications from Yandex.Money
Downloads
4
Readme
Yandex.Money HTTP notifications module for express.js. http://api.yandex.com/money/doc/dg/reference/notification-p2p-incoming.xml
Usage:
var yamoney-http = require('yamoney-http-notifications'); ... app.post('/yamoney', yamoney-http('YOUR_SECRET', function(err, body) { console.log(body); // here will be body of the notification });
