Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "dev-ip", | ||
"description": "The best project ever.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/shakyshane/dev-ip", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -5,16 +5,21 @@ # dev-ip [![Build Status](https://secure.travis-ci.org/shakyshane/dev-ip.png?branch=master)](http://travis-ci.org/shakyshane/dev-ip) | ||
## Getting Started | ||
Install the module with: `npm install dev-ip` | ||
## Command line | ||
Install it globally to use on the command line: | ||
`sudo npm install -g dev-ip` | ||
then run: | ||
`dev-ip` | ||
> "try this: http://192.168.1.46" | ||
## In your project | ||
`npm install dev-ip` | ||
```javascript | ||
var dev_ip = require('dev-ip'); | ||
dev_ip.awesome(); // "awesome" | ||
dev_ip.getIp(); // "192.168.1.76" or false if nothing found (ie, offline user) | ||
``` | ||
## Documentation | ||
_(Coming soon)_ | ||
## Examples | ||
_(Coming soon)_ | ||
## Contributing | ||
@@ -27,3 +32,3 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). | ||
## License | ||
Copyright (c) 2013 Shane Osbourne | ||
Copyright (c) 2013 Shane Osbourne | ||
Licensed under the MIT license. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5566
33