norton-rating

1.0.0 • Public • Published

norton-rating NPM version

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

Package Sidebar

Install

npm i norton-rating

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.83 kB

Total Files

4

Last publish

Collaborators

  • adamisntdead