simple-network-detection
v1.1.2
Published
Detect if the network is online or offline
Downloads
3
Readme
SimpleNetworkDetection
Subject you can subscribe to and get notify if your network is online or offline.
Instalation
npm i simple-network-detection --save
Then...
import { NetworkDetection } from 'simple-network-detection';
Config
Once library is imported, you can call NetworkDetection.seconds.set(number), and then subscribe anywhere you want to be notified.
How it works
It is an Subject you can subscribe to. If there are any subscribers, a simple request to jsonplaceholder.typicode.com will be fired and observers notified about success or failure every few seconds (depending on a config).