https://github.com/jneidel/lock-me-out-api
Shared api for lmo/lmo-cli
https://github.com/jneidel/lock-me-out-api
gpg node-module
Last synced: about 1 year ago
JSON representation
Shared api for lmo/lmo-cli
- Host: GitHub
- URL: https://github.com/jneidel/lock-me-out-api
- Owner: jneidel
- License: mit
- Created: 2018-10-19T14:23:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T16:05:17.000Z (about 7 years ago)
- Last Synced: 2025-03-24T15:59:56.529Z (about 1 year ago)
- Topics: gpg, node-module
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# lock-me-out-api
> Shared api for lmo/lmo-cli
[](https://travis-ci.org/jneidel/lock-me-out-api)
[](https://www.npmjs.com/package/lock-me-out-api)
[](https://github.com/jneidel/lock-me-out-api/blob/master/license)
Shared api for my lock-me-out modules/apps. See:
- [jneidel/lock-me-out](https://github.com/jneidel/lock-me-out)
- [jneidel/lock-me-out-cli](https://github.com/jneidel/lock-me-out-cli)
## Features
This api handles:
- gpg encryption/decryption
- config/data file management
## Install
[](https://www.npmjs.com/package/lock-me-out-api)
```
$ npm install lock-me-out-api
```
## Example
For usage example see [jneidel/lock-me-out-cli/lib/commands.js](https://github.com/jneidel/lock-me-out-cli/blob/master/lib/commands.js).
## Test
```
$ npm run test
```
## Related
- [jneidel/lock-me-out](https://github.com/jneidel/lock-me-out): Webapp of this module
- [jneidel/lock-me-out-cli](https://github.com/jneidel/lock-me-out-cli): CLI of this module
## License
MIT © [Jonathan Neidel](https://jneidel.com)