0.1.1 • Published 4 years ago
@advanced-rest-client/arc-messages v0.1.1
ARC messages
A module containing the UI regions and the logic to render the ARC in-app messages.
Usage
Installation
npm install --save @advanced-rest-client/arc-messagesReading 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 installRunning the demo locally
npm startRunning the tests
npm test