1.0.0 • Published 4 years ago

deathrtpv1 v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

What is DeathRTPv1?

DeathRTPv1 is a Web Package that can get the Website Code or Check if the Website Exist.

Installation

npm i deathrtpv1 --save

How To Use?

To use Get Website Code Type this.

const deathrtpv1 = require('deathrtpv1');

deathrtpv1.Getwebsource('FullWebsiteLink').then(function(result){
    console.log(result)
})

To use Get Website Checker Type this.

const deathrtpv1 = require('deathrtpv1');

deathrtpv1.Checkweb('FullWebsiteLink').then(function(result){
    console.log(result)
})

Contact Info

You can Contact me via Discord If you need Help or If you found a Bug or If you have a Suggestions! SouthRequirement#6657