1.0.0 • Published 6 years ago
deathrtpv1 v1.0.0
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
1.0.0
6 years ago