osh-test-host

0.0.0 • Public • Published

Test host

Installation

npm install osh-test-host

Usage

var host = require('osh-test-host');
 
 
// In node.js:
 
host();     // 'localhost:3333'
host.port;  // 3333
 
 
// In the browser:
 
host();     // ''
host.port;  // null

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i osh-test-host

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • bauerca