@advanced-rest-client/arc-messages
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i @advanced-rest-client/arc-messages

Weekly Downloads

1

Version

0.1.1

License

Apache-2.0

Unpacked Size

55.5 kB

Total Files

15

Last publish

Collaborators

  • carowright
  • jarrodek
  • twoplustwoone
  • lbauret