Bacancy Technology
Bacancy Technology represents the connected world, offering innovative and customer-centric information technology experiences, enabling Enterprises, Associates and the Society to Rise™.
12+
Countries where we have happy customers
1050+
Agile enabled employees
06
World wide offices
12+
Years of Experience
05
Agile Coaches
14
Certified Scrum Masters
1000+
Clients projects
1458
Happy customers
Artificial Intelligence
Machine Learning
Salesforce
Microsoft
SAP
January 11, 2024
@cloudflare/speedtest is a JavaScript module to measure the quality of Internet connection. It’s the measurement engine that powers the Cloudflare speedtest measurement application.
Installation steps are as follows:
Add this package to your package.json by running this in the root of your project’s directory
npm i @cloudflare/speedtest Usage: import SpeedTest from '@cloudflare/speedtest'; new SpeedTest().onFinish = results => console.log(results.getSummary());