mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
4 lines
158 B
JavaScript
4 lines
158 B
JavaScript
// Metrics client using lynx
|
|
// git://github.com/dscape/lynx.git
|
|
var lynx = require('lynx');
|
|
module.exports = new lynx('localhost', 8125, { scope: 'jsbin' }); |