@fakerjs/ip

IP package provides functionality to generate a fake ip value.

Usage no npm install needed!

<script type="module">
  import fakerjsIp from 'https://cdn.skypack.dev/@fakerjs/ip';
</script>

README

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