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

https://github.com/digitalbazaar/zcap

Linked Data Capabilities reference implementation
https://github.com/digitalbazaar/zcap

Last synced: about 1 year ago
JSON representation

Linked Data Capabilities reference implementation

Awesome Lists containing this project

README

          

# zcap _(@digitalbazaar/zcap)_

[![Build status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/zcap/main.yml?branch=main)](https://github.com/digitalbazaar/zcap/actions?query=workflow%3A%22Node.js+CI%22)
[![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/zcap)](https://codecov.io/gh/digitalbazaar/zcap)
[![NPM Version](https://img.shields.io/npm/v/@digitalbazaar/zcap.svg)](https://npm.im/@digitalbazaar/zcap)

> JavaScript reference implementation for
[Authorization Capabilities](https://w3c-ccg.github.io/zcap-spec/).

## Table of Contents

- [Background](#background)
- [Security](#security)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [Commercial Support](#commercial-support)
- [License](#license)

## Background

TODO

## Security

TBD

## Install

- Browsers and Node.js 14+ are supported.

To install from NPM:

```sh
npm install @digitalbazaar/zcap
```

To install locally (for development):

```sh
git clone https://github.com/digitalbazaar/zcap.git
cd zcap
npm install
```

## Usage

TBD

## Contribute

See [the contribute file](https://github.com/digitalbazaar/bedrock/blob/master/CONTRIBUTING.md)!

PRs accepted.

If editing the Readme, please conform to the
[standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## Commercial Support

Commercial support for this library is available upon request from
Digital Bazaar: support@digitalbazaar.com

## License

[New BSD License (3-clause)](LICENSE) © Digital Bazaar