Skip to content

IP package provides functionality to generate a fake ip value.

License

Notifications You must be signed in to change notification settings

faker-javascript/ip

Repository files navigation

IP

IP package provides functionality to generate a fake ip value.

Version node-current License

Install

$ npm install --save @fakerjs/ip

Usage

import ip from '@fakerjs/ip';

ip();
//=> 168.195.165.81

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko