An open API service indexing awesome lists of open source software.

https://github.com/matsuuu/faction-reputation-monitor


https://github.com/matsuuu/faction-reputation-monitor

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# \

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation

```bash
npm i faction-reputation-monitor
```

## Usage

```html

import 'faction-reputation-monitor/faction-reputation-monitor.js';

```

## Tooling configs

For most of the tools, the configuration is in the `package.json` to minimize the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

## Local Demo with `web-dev-server`

```bash
npm start
```

To run a local development server that serves the basic demo located in `demo/index.html`