Identify Network is a small internet speed test tool to discover how fast you are connected to the app. It was built from scratch using Vue 2 & Composition API with TypeScript.
jquery detect internet connection speed, internet speed test, javascript speed test, how to detect internet connection, check internet speed in react js, speed test api javascript
How to make use of it:
Install and download:
# NPM $ npm install vue-identify-network --save
1. Install and import the identification network.
import DetectedSpeed from 'vue-identify-network';
2. Register the component.
export default { ... components: { DetectedSpeed, ... }, ... };
3. Add the DetectedSpeed component to the template.
<template> <detected-speed> <span slot="unknown"> Unable to identify your network type. </span> <span slot="slow"> You got slow internet </span> <span slot="fast"> You got fast internet </span> </detected-speed> </template>
API
Slots
Name | Description |
---|---|
unknown | Named slot for when the type of connection is unidentifyable |
slow | Named slot for when navigator.connection.effectiveType === '2g' |
fast | Named slot for when navigator.connection.effectiveType !== '2g' |
Props
Name | Type | Required? | Default | Description |
---|---|---|---|---|
unknown-class | String | No | null | Styling the div which you want to give if network type is undetected. |
slow-class | String | No | null | Styling the div which you want to give if network type is slow. |
fast-class | String | No | null | Styling the div which you want to give if network type is fast. |
Events
Name | Returns | Description |
---|---|---|
@network-type | String | Emits a string value |
@network-speed | String | Emits a number value |
Detect Internet Speed In Vue, vue identify network Plugin/Github, javascript detect network loss, network speed npm
See Demo And Download
Official Website(vinayakkulkarni): Click Here
This superior jQuery/javascript plugin is developed by vinayakkulkarni. For extra Advanced usage, please go to the official website.