@ideative/network-diagnosis-lib
v0.1.8
Published
A library with different tools to check the quality of your network connection
Downloads
4
Readme
Network Diagnosis React Library
A library with different tools to check the quality of your network connection
Usage
npm i network-diagnosis-lib
Build and publish on npmjs.com
npm install
npm run build
npm login
npm publish --access public
Run demo
Install dependencies
npm install
Create .env file
REACT_APP_VMX_PORT=10349
REACT_APP_DIAGNOSIS_URL=https://www.example.com
REACT_APP_RECOMMENDED_BROWSERS=chrome
REACT_APP_NOT_ALLOWED_BROWSERS=ie
REACT_APP_SPEEDTEST_URL=https://www.example.com:10349/files/1Mb.bin
Test lib
Just copy content inside folder demo into folder src
Start dev server
npm start