Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including ns8-data-services with all npm packages installed. Try it out:

var ns8DataServices = require("ns8-data-services") var options = { ip: '72.211.250.156', ua: 'Mozilla/5.0 (iPad; U; CPU OS 3_2_1 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko)', referrer: 'http://bing.com/search?q=bicycle', url: 'http://mysite.com' }; ns8DataServices.score(options,function(err,results){ console.log(results) });

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

ns8-data-services v1.5.2

Realtime API to get a user's fraud score, geolocation, device, demographic, search and technology data based on an IP address, user agent and referrer.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free