2.0.0 • Published 5 years ago

is-blocked v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Is blocked?

Tiny library based on fetch to check sites for blocking.

Usage

isBlocked('https://t.me').then(() => {
  // Do something if the site is blocked
});

Install

Module

Using npm:

npm i is-blocked

Or yarn:

yarn add is-blocked

CDN

<script src="https://cdn.jsdelivr.net/npm/is-blocked@2.0.0/dist/is-blocked.min.js"></script>

Cases