homepagie-server-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Homepagie Server JS SDK

Send events to your Homepagie realtime events dashboard

Getting started

  • Create an account at https://app.homepagie.com
  • Install the server JS SDK: npm install homepagie-server-js
  • Start sending events

Example

import HomepagieJS from 'homepagie-server-js';
// OR
const HomepagieJS = require('homepagie-server-js').default;

const client = HomepagieJS('{{ insert_your_id }}');

client.sendEvent();

Dependencies (0)

    Dev Dependencies (15)

    Package Sidebar

    Install

    npm i homepagie-server-js

    Weekly Downloads

    0

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    7.82 kB

    Total Files

    11

    Last publish

    Collaborators

    • jlalmes