Hey guys,
I wanna create an input for Website Url.
How can I verify the input?
Anybody? Somebody? Nobody?
You can ping it. I used this library in the past. Of course you need to maybe build this as a plugin for it to work reliably. I also have a cloud service that gets basic information of a website PM me if your interested
# pingjs
JavaScript ping API for use in a web browser context. Released under the BSD-3-Clause license, see
LICENSE.
## Installation
There are three possible ways to install this.
### HTML script tag
Drag and drop the ping.js file next to an HTML file. Inside the `<head>` tag
of the HTML file, use a script tag to load ping.js.
```html
<script src="./ping.js"></script>
```
### NPM
`npm install --save web-pingjs`
This file has been truncated. show original
system
Closed
June 2, 2020, 12:00pm
4
This topic was automatically closed after 70 days. New replies are no longer allowed.