Identify Network is a small internet speed test tool to detect how fast your connection is on the application.
How to use it:
1. Install and import the Identify 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>
Preview:
Changelog:
v3.0.1 (01/01/2023)
- Bug Fixes
Download Details:
Author: vinayakkulkarni
Live Demo: https://vinayakkulkarni.github.io/identify-network/
Download Link: https://github.com/vinayakkulkarni/vue-identify-network/archive/master.zip
Official Website: https://github.com/vinayakkulkarni/vue-identify-network
Install & Download:
# NPM
$ npm install vue-identify-network --save