8000 ip/README.md at main · faker-javascript/ip · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.05 KB

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

0