GithubHelp home page GithubHelp logo

xuejiangjun / network-heart-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jackpu/network-heart-service

0.0 1.0 0.0 17 KB

A Service to Handle Network Change

License: MIT License

JavaScript 100.00%

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

Watchers

James Cloos avatar

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.