instant-ip-generator

Instantly generate IPs.

Usage no npm install needed!

<script type="module">
  import instantIpGenerator from 'https://cdn.skypack.dev/instant-ip-generator';
</script>

README

instant-ip-generator

Instantly generate IPs

Installation

npm

npm i instant-ip-generator

github

git clone https://github.com/XDumpy/instant-ip-generator

Usage

//Requirement Importer
const Instant_IP_Generator = require("instant-ip-generator")

//Main
Instant_IP_Generator.generate(1000, function(callback){
    console.log(callback)
})

API

generate(amount, callback)

To generate IPs intantly.

amount

The amount of IPs that will be generated.

callback

returns module callback.

License

MIT © XDumpy