Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Looking up IP data

node v6.17.1
version: 1.0.0
endpointsharetweet
Example on how to use Breinify's temporal-data endpoint to get current information about the client.
var Breinify = require('breinify-node'); var breinify = new Breinify({ apiKey: '938D-3120-64DD-413F-BB55-6573-90CE-473A' }); // use a promise to return the resolved information var response = await new Promise(function(resolve) { breinify.temporalData('204.28.127.66', resolve); }); response;
Loading…

no comments

    sign in to comment