norton-rating
v1.0.0
Published
Get the safety rating of a site from Norton Safe Web
Downloads
12
Maintainers
Readme
norton-rating
Get the safety rating of a site from Norton Safe Web
Installation
$ npm install --save norton-rating
Usage
const nortonRating = require("norton-rating");
nortonRating("https://google.com", (err, rating) => {
if (err) console.log(err);
console.log(rating);
// will print 'safe', 'warning' or 'untested'
});
License
MIT © Adam Kelly