Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netreconlab/parse-server-carekit

Adds CareKit and table auditing to a Parse Server via Cloud Code
https://github.com/netreconlab/parse-server-carekit

audit carekit clode-code parse-hipaa parse-platform parse-server

Last synced: 21 days ago
JSON representation

Adds CareKit and table auditing to a Parse Server via Cloud Code

Awesome Lists containing this project

README

        

# parse-server-carekit

[![npm version](https://badge.fury.io/js/parse-server-carekit.svg)](https://badge.fury.io/js/parse-server-carekit)
[![ci](https://github.com/netreconlab/parse-server-carekit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/netreconlab/parse-server-carekit/actions/workflows/ci.yml)
[![release](https://github.com/netreconlab/parse-server-carekit/actions/workflows/release.yml/badge.svg)](https://github.com/netreconlab/parse-server-carekit/actions/workflows/release.yml)
[![codecov](https://codecov.io/gh/netreconlab/parse-server-carekit/branch/main/graph/badge.svg)](https://codecov.io/gh/netreconlab/parse-server-carekit)
[![vulnerabilities](https://snyk.io/test/github/netreconlab/parse-server-carekit/badge.svg)](https://snyk.io/test/github/netreconlab/parse-server-carekit)
[![dependency up-to-date](https://img.shields.io/librariesio/release/npm/parse-server-carekit)](https://libraries.io/npm/parse-server-carekit)
[![weekly downloads](https://img.shields.io/npm/dw/parse-server-carekit)](https://www.npmjs.com/package/parse-server-carekit)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/netreconlab/parse-server-carekit/#license)

This library makes a [Parse Server](https://github.com/parse-community/parse-server) compatable with clients using [CareKit](https://github.com/carekit-apple/CareKit) and [ParseCareKit](https://github.com/netreconlab/ParseCareKit) by adding all of the necessary Parse classes, fields, and indexes.

## Usage
```js
const { CareKitServer } = require('parse-server-carekit');
let careKitServer = new CareKitServer(api, shouldAudit);
await careKitServer.setup();
```