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

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

Awesome Lists containing this project

README

          

# lock-me-out-api

> Shared api for lmo/lmo-cli

[![Travis Build Status](https://img.shields.io/travis/jneidel/lock-me-out-api.svg?style=flat-square)](https://travis-ci.org/jneidel/lock-me-out-api)
[![Npm Downloads](https://img.shields.io/npm/dw/lock-me-out-api.svg?style=flat-square)](https://www.npmjs.com/package/lock-me-out-api)
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](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

[![Npm Version](https://img.shields.io/npm/v/lock-me-out-api.svg?style=flat-square)](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)