This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const myVersion = "0.4.0", myProductName = "clouddemo"; | |
| const fs = require ("fs"); | |
| const utils = require ("daveutils"); | |
| const qs = require ("querystring"); | |
| const request = require ("request"); | |
| const davehttp = require ("davehttp"); | |
| const xml2js = require ("xml2js"); | |
| const reallysimple = require ("reallysimple"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "events": [ | |
| { | |
| "method": "GET", | |
| "path": "/feedupdated", | |
| "params": { | |
| "url": "https://rsscloud4.wordpress.com/feed/", | |
| "challenge": "0f43e414a6ab0416c14bc1a0b73ce2" | |
| }, | |
| "myResponse": "0f43e414a6ab0416c14bc1a0b73ce2", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Listening at http://ron.mystatustool.com:2004 | |
| [Object: null prototype] { | |
| session: 's3750', | |
| domain: 'retiredkalam.com', | |
| port: '80', | |
| path: '/?rsscloud=notify', | |
| feed: 'https://retiredkalam.com/feed/' } | |
| s3750: POST https://retiredkalam.com/?rsscloud=notify https://retiredkalam.com/feed/ | |
| { method: 'POST', | |
| uri: 'https://retiredkalam.com/?rsscloud=notify', |
OlderNewer