@flarelane/flarelane-web-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

FlareLane Web SDK

Web SDK for FlareLane service.
Flarelane lets you build and operate app push and web push with just a few lines of code.
This is free and unlimited sending.

FlareLane

A FlareLane account is required to use the service.

Install

npm install --save @flarelane-web-sdk

Example

// React, Next.js Example
import FlareLane from '@flarelane/flarelane-web-sdk';

...

    FlareLane.setLogLevel('verbose');

    FlareLane.setConvertedHandler((notification) => {
        // do somthing...
    });

    await FlareLane.initialize({ projectId: 'projectId' });

...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.8.0
    3
    • latest

Version History

Package Sidebar

Install

npm i @flarelane/flarelane-web-sdk

Weekly Downloads

30

Version

0.8.0

License

ISC

Unpacked Size

201 kB

Total Files

5

Last publish

Collaborators

  • flarelane.junyeong
  • flarelane.admin