Skip to content

Instantly share code, notes, and snippets.

@nothingrealhappen
Created June 29, 2016 09:18
Show Gist options
  • Save nothingrealhappen/8865d0dbe9a714c99843b6ced332ec08 to your computer and use it in GitHub Desktop.
Save nothingrealhappen/8865d0dbe9a714c99843b6ced332ec08 to your computer and use it in GitHub Desktop.
find localnet server
const findServer = require('./find_server');
findServer({
pingKey: 'your pingkey in config.js',
port: '3001',
path: '/ping',
cb: ip => {
console.log(ip);
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment