@owsas/parse-server-addon-cloud-elasticsearch
v0.1.6
Published
Parse Server Cloud Addon for syncing data to ElasticSearch
Downloads
13
Readme
parse-server-addon-cloud-elasticsearch
Parse Server Cloud Addon for syncing data to ElasticSearch
Install
npm install --save parse-server-addon-cloud-elasticsearch
Usage
// const module = require('parse-server-addon-cloud-elasticsearch');
// import module from 'parse-server-addon-cloud-elasticsearch';
Dev Features
- Testing with Jest
- Linting out of the box (checks the style of your code), with TSLint
- Build, prepublish and other scripts to help you to develop
- Works with Typescript: Static typing for your JS Applications, reducing amount of runtime errors
- Coverage out of the box, thanks to Jest
- Uses deterministic module resolving, with
package-lock.json