DManavi / intercom_js

Send/Receive either events or RPC calls between different components in your application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS module (TypeScript)

Try to describe your module briefly here. This is the first part that takes the user's attention.

NPM version NPM downloads

Installation

# NPM
npm i your-module-name --save

# Yarn
yarn install your-module-name

Usage

const MyModule = require('your-module-name');

const instance = new MyModule({
    /**
     * Your configuration
     */
});

And you're good to go!

License

MIT

About

Send/Receive either events or RPC calls between different components in your application

License:MIT License


Languages

Language:TypeScript 100.0%