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

https://github.com/agneym/jc-viewer

JSON Crew Plugin
https://github.com/agneym/jc-viewer

json webcomponents

Last synced: about 2 months ago
JSON representation

JSON Crew Plugin

Awesome Lists containing this project

README

          

# JSON Crew Plugin

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

This is a tree viewer for plugin to be used with [JSON Crew](https://jsoncrew.agney.dev)

## Usage
```html

import 'jc-viewer/jc-viewer.js';

```

## Running the demo
```bash
npm i
npm start
```

## Testing using karma
```bash
npm run test
```

## Linting
```bash
npm run lint
```