Random IP package provides functionality to generate a random ip value.
$ npm install --save @glowyjs/random-ip
import randomIP from '@glowyjs/random-ip';
randomIP();
//=> 168.195.165.81
Run tests
npm run test
The MIT License (MIT) Copyright (c) Sergey Romanenko