Giter Club home page Giter Club logo

network-heart-service's Introduction

Network heart service

CircleCI npm

A Service to check and handle network change.

How to use

Npm

$  npm install network-heart-service --save
// es6
import NetworkHeartService from 'network-heart-service';
this.networkHeartService = new NetworkHeartService({
  heartMode: 'auto',
  reconnect() {
    console.log('TODO ...')
  }
});
this.networkHeartService.start();

config

  • heartMode { number } 2000 if it is undefined , it means use auto mode. It will check the network in an increasing timeout. But it is set with a number, it will check the network in specify time.

  • lowSpeedNetwork { function }

    A function will be fire when your network could work but in low network bandwidth

  • reconnect { function }

    A function will be fire when your network could work.

  • offline { function }

    A function will be fire when your network go to offline

API

isOnline

Check if your network could work.

const isOnline = await NetworkHeartService.isOnline();

start() and stop()

Start or Stop the network check service.

this.networkHeartService = new NetworkHeartService({
  heartMode: 'auto',
  reconnect() {
    console.log('TODO ...')
  }
});
this.networkHeartService.start();

// this.networkHeartService.stop();

Contributions

Your contributions and suggestions are welcome ๐Ÿ˜„๐Ÿ˜„๐ŸŒบ๐ŸŒบ๐ŸŽ†๐ŸŽ†

MIT License

network-heart-service's People

Contributors

jackpu avatar

Stargazers

Klaus Brinch avatar kheanglov avatar Cola avatar Denzyl Dick  avatar YE TANG avatar ไธ็Ÿฅ็ซ Shiranui avatar  avatar  avatar Zach Sim avatar leoxu avatar dev-guf avatar ็ฏฎ็ƒไธๆญขๆ˜ฏไธช็ƒ avatar Akosile Samuel avatar Matt Ma avatar Clayon avatar Malte Hecht avatar  avatar Oluwafemi Sule avatar Kslr avatar ่–›ๅฐ†ๅ†› avatar River avatar ้€ๆ—ฅไธไบŒ avatar

Watchers

James Cloos avatar  avatar

network-heart-service's Issues

Is it possible to detect network issues?

For example my cable is connected or my WiFi it is on, although i don't have internet connection, is it possible in this case to detect this specific status? This looks like an extended offline mode status.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.