UNPKG

fh-fhc

Version:

A Command Line Interface for FeedHenry

6 lines (5 loc) 143 B
var nock = require('nock'); var data = "OK"; module.exports = nock('https://apps.feedhenry.com') .get('/sys/info/ping') .reply(200, data);