25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 779 B

3 yıl önce
1234567891011121314151617181920212223242526272829303132
  1. # dev-ip [![Build Status](https://travis-ci.org/shakyShane/dev-ip.png?branch=master)](https://travis-ci.org/shakyShane/dev-ip)
  2. Find a suitable IP host to view local websites on.
  3. ## Command line
  4. Install it globally to use on the command line:
  5. `sudo npm install -g dev-ip`
  6. then run:
  7. `dev-ip`
  8. > "http://192.168.1.46"
  9. ## In your project
  10. `npm install dev-ip`
  11. ```javascript
  12. var devip = require('dev-ip');
  13. devip(); // "192.168.1.76" or false if nothing found (ie, offline user)
  14. ```
  15. ## Contributing
  16. 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`.
  17. ## Release History
  18. _(Nothing yet)_
  19. ## License
  20. Copyright (c) 2013 Shane Osbourne
  21. Licensed under the MIT license.