Get ip location information.
npm install iplocationGet ip location information.

``sh`
npm install iplocation
`js
const ipLocation = require("ip-location");
(async () => {
await ipLocation("172.217.167.78");
//=> { latitude: -33.8591, longitude: 151.2002, region: { name: "New South Wales" ... } ... }
})();
`
#### ip
Type: string`
The ipv4 address to get the information for.
- iplocation-cli - CLI for this module.