ipinfomodule
v1.0.0
Published
* Fetch city, region, country etc details by IP. * Provide the ip as input to fucntion in string form. * For example ``` const fetchIP=require('ipinfomodule');
Downloads
3
Readme
- Fetch city, region, country etc details by IP.
- Provide the ip as input to fucntion in string form.
- For example
const fetchIP=require('ipinfomodule');
fetchIP("***.**.***.**")