Skip to content

A javascript realtime internet connection tracker and notifier.

License

Notifications You must be signed in to change notification settings

ryvan-js/wiremonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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;
}
});

WireMonkey.init(); //initialize the script

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