Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit před 3 roky
..
lib First Commit před 3 roky
test First Commit před 3 roky
.DS_Store First Commit před 3 roky
.jshintrc First Commit před 3 roky
.npmignore First Commit před 3 roky
.travis.yml First Commit před 3 roky
LICENSE-MIT First Commit před 3 roky
README.md First Commit před 3 roky
example.js First Commit před 3 roky
package.json First Commit před 3 roky

README.md

dev-ip Build Status

Find a suitable IP host to view local websites on.

Command line

Install it globally to use on the command line:

sudo npm install -g dev-ip

then run:

dev-ip

http://192.168.1.46

In your project

npm install dev-ip

var devip = require('dev-ip');
devip(); // "192.168.1.76" or false if nothing found (ie, offline user)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Run lint & tests with gulp.

Release History

(Nothing yet)

License

Copyright (c) 2013 Shane Osbourne Licensed under the MIT license.