reviewscience.org: host strings for server, testing, api, etc.
npm install osh-test-host```
npm install osh-test-host
`js
var host = require('osh-test-host');
// In node.js:
host(); // 'localhost:3333'
host.port; // 3333
// In the browser:
host(); // ''
host.port; // null
``
MIT