0.0.3 • Published 12 years ago
yamoney-http-notifications v0.0.3
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 });