reachability
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

reachability

A package for ionic based apps to determine a device's connection to the internet

Installation

Install reachability from npm:

npm install reachability --save

Usage

import { check } from 'reachability';

check().then((online: boolean) => {
	console.log("Online", online);
});

Package Sidebar

Install

npm i reachability

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

220 kB

Total Files

5

Last publish

Collaborators

  • master-splinter