Skip to content

A javascript realtime internet connection tracker and notifier.

License

Notifications You must be signed in to change notification settings

kruthika-vijay/wiremonkey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiremonkey JS

A javascript realtime internet connection tracker and notifier.

Demo

http://ryvan-js.github.io/

Dependencies

Works With Any Modern Broser

Initialization

WireMonkey.init();

Event Handlers

WireMonkey.on("connected",function(){
  //Your functions;
});

WireMonkey.on("disconnected",function(){
  //Your functions;
});

#event handler added by: pyaesone

License

Copyright (c) 2016 Ryvan Prabhu

Licensed under the MIT license.

About

A javascript realtime internet connection tracker and notifier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.5%
  • HTML 48.5%