osh-test-host
v0.0.0
Published
reviewscience.org: host strings for server, testing, api, etc.
Downloads
3
Readme
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