Skip to content

devhau/speedtestpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speedtestpro

speedtestpro is a Javascript library for non-blocking notifications and without jQuery. The goal is to create a simple core library that can be customized and extended.

Demo

Install

npm install --save speedtestpro
yarn add speedtestpro

Wiki and Change Log

Wiki including Change Log

Breaking Changes

Animation Changes

The following animations options have been deprecated and should be replaced:

Quick Start

3 Easy Steps

For other API calls, see the demo.

Other Options

Building speedtest

To build the minified and css versions of speedtest you will need node installed. (Use Homebrew or Chocolatey.)

npm install -g gulp karma-cli
npm install

At this point the dependencies have been installed and you can build speedtest

  • Run the analytics gulp analyze
  • Run the test gulp test
  • Run the build gulp

Contributing

For a pull request to be considered it must resolve a bug, or add a feature which is beneficial to a large audience.

Pull requests must pass existing unit tests, CI processes, and add additional tests to indicate successful operation of a new feature, or the resolution of an identified bug.

Requests must be made against the develop branch. Pull requests submitted against the master branch will not be considered.

All pull requests are subject to approval by the repository owners, who have sole discretion over acceptance or denial.

License

speedtest is under MIT license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published