# network-address

> get the local network address of your machine

Latest version **1.1.2** (published 2017-01-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install network-address
pnpm add network-address
yarn add network-address
bun add network-address
```

Provides the command `network-address`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2017-01-17 |
| First published | 2012-11-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 67 |
| Author | Mathias Buus Madsen |
| Maintainers | mafintosh |
| Keywords | network, address |

## Links

- npm: https://www.npmjs.com/package/network-address
- Repository: https://github.com/mafintosh/network-address
- Issues: https://github.com/mafintosh/network-address/issues
- npm.io page: https://npm.io/package/network-address

## Recent versions

- 1.1.2 (latest) — 2017-01-17
- 1.1.1 — 2017-01-15
- 1.1.0 — 2016-02-20
- 1.0.0 — 2015-01-10
- 0.0.5 — 2014-11-05
- 0.0.4 — 2013-03-06
- 0.0.3 — 2012-11-15
- 0.0.2 — 2012-11-15
- 0.0.1 — 2012-11-15

## README

## network-address

get the local network address of your machine

```
npm install network-address
```

[![build status](http://img.shields.io/travis/mafintosh/network-address.svg?style=flat)](http://travis-ci.org/mafintosh/network-address)

it is easy to use

``` js
var address = require('network-address')

console.log(address())      // prints something like 192.168.3.102
console.log(address.ipv6()) // prints something like fc00::5137:ecb:55be:c2fc
```

it is also available as a command line tool

```
npm install -g network-address
```

you are now able to run `network-address` in your terminal

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