1.2.1 • Published 2 years ago

reachability v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

1.2.1

2 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago