0.1.1 • Published 3 years ago

@advanced-rest-client/arc-messages v0.1.1

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
3 years ago

ARC messages

A module containing the UI regions and the logic to render the ARC in-app messages.

Published on NPM

example workflow name

Usage

Installation

npm install --save @advanced-rest-client/arc-messages

Reading the messages

import { ArcMessagingService } from '@advanced-rest-client/arc-messages';

const service = new ArcMessagingService('electron', 'stable');
const unreadCount = await this.service.run();
const messages = await this.service.readMessages();

Development

git clone https://github.com/advanced-rest-client/arc-messages
cd arc-messages
npm install

Running the demo locally

npm start

Running the tests

npm test