We take security and trust very seriously. If you believe you have found a security issue, please responsibly disclose by contacting us.
The content of this SDK is open source under Apache License 2.0.
This is an initial implementation of NodeJS SDK - v.0.0.1. As such this version relies on the latest version Peacemakr-CLI to be available on your system, please refer to https://github.com/peacemakr-io/peacemakr-cli for installation details.
Note: this module has not been published in npm. To install locally, please run:
npm install && npm run rebuild
followed by (make it available globally):
npm link
or (locally)
npm install
An example app has been provided in this package, please refer to ./example/README.md
We know what it's like to have your PM come to you late on a Friday and ask you for something complicated. That's why we want to make it simple - to let you go home on that Friday night. You can start encrypting messages in half an hour and get home in time for dinner.
This is all you need to get started, along with an API key. Visit admin.peacemakr.io to get one of those.
We appreciate all contributions. Some basic guidelines are here, for more informaton see CONTRIBUTING.md
Issues:
- Please include a minimal example that reproduces your issue
- Please use the tags to help us help you
- If you file an issue and you want to work on it, fantastic! Please assign it to yourself.
PRs:
- All PRs must be reviewed and pass CI