As you probably know by now, WiseLoop JavaScript Network Speed Tester is an AngularJS module designed to offer an broadband bandwidth check against your internet server. The provided directive is able to run the network tests and displays them in a nice HTML template styled with bootstrap CSS framework.
For the simplicity of the learning process, all the samples will use a simple HTML page layout.
Also, you need a basic understanding of HTML and JavaScript. If you are not familiar with HTML or JavaScript, you can find plenty of documentation over the internet.
The following samples will show you how to integrate the provided AngularJS directive into your own projects.
If you don't know what a directive is, you just need to know that it is a sort of a HTML tag or attribute that has the ability to change the DOM.
The following file structure is assumed to exists on the server as this is the default structure that the package comes with.
The file we are editing is /sample/index.html
Below there are some usage scenarios offering the code and the results:
WiseLoop JavaScript Network Speed Tester is an AngularJS module designed to offer a network bandwidth check against your internet server. Many server types are supported such as Apache HTTP, IIS, Node.js, nginx, Tomcat, Oracle HTTP, jetty and based on the download speed, it can also offer an estimation of internet cost that the user should pay for.