Navigation Menu

Skip to content

adamisntdead/norton-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the safety rating of a site from Norton Safe Web

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published