Skip to content

Instantly share code, notes, and snippets.

@constgen
Created March 31, 2020 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save constgen/1fe6bd345a42fd8c02dcc9fe0236b28a to your computer and use it in GitHub Desktop.
Save constgen/1fe6bd345a42fd8c02dcc9fe0236b28a to your computer and use it in GitHub Desktop.
Get local IP
let internalIp = require('internal-ip');
let host = internalIp.v4.sync()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment