1.1.0 • Published 4 years ago

@flayyer/ping-module v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@flayyer/ping-module

Monitor and pre-render Flayyer URLs - CommonJS compatible module

Install

This module supports TypeScript and JavaScript.

npm install --save @flayyer/ping-module

# or with yarn:
yarn add @flayyer/ping-module

Usage

CommonJS import

Note: this module is intended for browsers only. We are working on a Node.js version.

const ping = require("@flayyer/ping-module");

// Add this to your app initialization logic. Make sure to execute it only once.
ping();

ES Import

import ping from "@flayyer/ping-module";

// Add this to your app initialization logic. Make sure to execute it only once.
ping();
1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago