Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
lib First Commit há 3 anos
test First Commit há 3 anos
.DS_Store First Commit há 3 anos
.jshintrc First Commit há 3 anos
.npmignore First Commit há 3 anos
.travis.yml First Commit há 3 anos
LICENSE-MIT First Commit há 3 anos
README.md First Commit há 3 anos
example.js First Commit há 3 anos
package.json First Commit há 3 anos

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.