adsensescore

1.0.0 • Public • Published

AdsenseScore

NPM Package that provide probability of getting approved in Adscence

npm install adsensescore

Example

const AdsenseScore = require('AdsenseScore');
const mySite = new AdsenseScore('https://www.example.com', 300, 'English', 150000, 4, 3);
console.log(mySite.start()); 

Prototypes

  1. Top Level Domain with http/https
  2. Age of Domain ( in days )
  3. Language (English, Other)
  4. Traffic of website
  5. Pages ( About, Contact, Privacy, Terms )
  • If website has only 2 page suppose, about and contact them prototype 2. If it has all 4 pages prototype 4 and if it doesn't have any prototype 0.
  1. Niche
  • 3 for Specific Topic like Blockchain, AI
  • 2 for news and information niche
  • 1 for Entertainment and lifestyle niche

For Reference See Example

Dependencies (41)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i adsensescore

    Weekly Downloads

    0

    Version

    1.0.0

    License

    GPL-3.0-or-later

    Unpacked Size

    12.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • nis_hantshah