# dev-ip

> Find a suitable IP host to view local websites on.

Latest version **1.0.1** (published 2015-01-03) · 0 weekly downloads

## Install

```sh
npm install dev-ip
pnpm add dev-ip
yarn add dev-ip
bun add dev-ip
```

Provides the command `dev-ip`.

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-01-03 |
| First published | 2013-10-23 |
| Weekly downloads | 0 |
| TypeScript types | separate (@types/dev-ip) |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 122 |
| Author | Shane Osbourne |
| Maintainers | shakyshane |

## Links

- npm: https://www.npmjs.com/package/dev-ip
- Repository: https://github.com/shakyshane/dev-ip
- Issues: https://github.com/shakyshane/dev-ip/issues
- npm.io page: https://npm.io/package/dev-ip

## Recent versions

- 1.0.1 (latest) — 2015-01-03
- 1.0.0 — 2015-01-03
- 0.1.7 — 2014-02-14
- 0.1.6 — 2013-10-24
- 0.1.5 — 2013-10-23
- 0.1.4 — 2013-10-23
- 0.1.3 — 2013-10-23
- 0.1.2 — 2013-10-23
- 0.1.1 — 2013-10-23
- 0.1.0 — 2013-10-23

## README

# dev-ip [![Build Status](https://travis-ci.org/shakyShane/dev-ip.png?branch=master)](https://travis-ci.org/shakyShane/dev-ip)

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`

```javascript
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.

---
_Source: https://npm.io/package/dev-ip · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
