jack e1a2621c78 update | 2 years ago | |
---|---|---|
.. | ||
lib | 2 years ago | |
test | 2 years ago | |
.jshintrc | 2 years ago | |
.npmignore | 2 years ago | |
.travis.yml | 2 years ago | |
LICENSE-MIT | 2 years ago | |
README.md | 2 years ago | |
example.js | 2 years ago | |
package.json | 2 years ago |
Find a suitable IP host to view local websites on.
Install it globally to use on the command line:
sudo npm install -g dev-ip
then run:
dev-ip
npm install dev-ip
var devip = require('dev-ip');
devip(); // "192.168.1.76" or false if nothing found (ie, offline user)
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
.
(Nothing yet)
Copyright (c) 2013 Shane Osbourne Licensed under the MIT license.