1.0.4 • Published 3 years ago

@mindlessxd/ipstack v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

IPIFY

Module For Easy Streamlined Access Of The IpStack GeoIP Service

Install

npm i @mindlessxd/ipstack

Examples

IPv4

const ipstack = require('@mindlessxd/ipstack');
ipstack.setAccessKey("EXAMPLE_KEY")

(async () => {
    try {
        let geoData = await ipstack.getGeoData("EXAMPLE_ADDRESS")
        console.log(geoData)
    } catch (error) {
        console.log(error)
    }
})();
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago