An open API service indexing awesome lists of open source software.

https://github.com/faker-javascript/ip

IP package provides functionality to generate a fake ip value.
https://github.com/faker-javascript/ip

fake-data fake-data-generator faker faker-generator fakerjs javascript js typescript

Last synced: 9 months ago
JSON representation

IP package provides functionality to generate a fake ip value.

Awesome Lists containing this project

README

          

IP



IP package provides functionality to generate a fake ip value.


Version node-current License

## Install

```
$ npm install --save @fakerjs/ip
```

## Usage

```js
import ip from '@fakerjs/ip';

ip();
//=> 168.195.165.81
```

## Tests

Run tests

```
npm run test
```

## License
[The MIT License (MIT)](https://github.com/faker-javascript/ip/blob/main/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)