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

https://github.com/servable-community/servable-reviewable-shared

Servable Reviewable protocol's shared js library.
https://github.com/servable-community/servable-reviewable-shared

protocol servable

Last synced: 9 months ago
JSON representation

Servable Reviewable protocol's shared js library.

Awesome Lists containing this project

README

          

# Reviewable Protocol Shared JS Package

![logo](/static/img/polar-bear-4.png)

[![npm Package](https://img.shields.io/npm/v/servable-reviewable-shared.svg?style=flat-square)](https://www.npmjs.org/package/servable-reviewable-shared)
[![NPM Downloads](https://img.shields.io/npm/dm/servable-reviewable-shared.svg)](https://npmjs.org/package/servable-reviewable-shared)
[![Build Status](https://github.com/yelounak/servable-reviewable-shared/actions/workflows/release.yml/badge.svg)](https://github.com/yelounak/servable-reviewable-shared/actions/tests.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

Shared js package for [servable-reviewable](https://github.com/yelounak/servable-reviewable)

## Install
```bash
yarn add servable-reviewable-shared
```

## Servable Documentation
You can find here the complete [servable documentation](https://docs.servable.app/) with guides and api reference.

## License

MIT © [yelounak](https://github.com/yelounak)