Skip to content

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

License

Notifications You must be signed in to change notification settings

netreconlab/parse-server-carekit

Folders and files

NameName
Last commit message
Last commit date
Sep 24, 2023
Dec 25, 2022
Apr 26, 2023
Dec 25, 2022
Dec 25, 2022
Mar 14, 2022
Mar 14, 2022
Dec 25, 2022
Feb 24, 2022
Dec 25, 2022
Sep 26, 2023
Sep 26, 2023

Repository files navigation

parse-server-carekit

npm version ci release codecov vulnerabilities dependency up-to-date weekly downloads License

This library makes a Parse Server compatable with clients using CareKit and ParseCareKit by adding all of the necessary Parse classes, fields, and indexes.

Usage

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