1.0.1 • Published 9 years ago

minivault-rest v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Minivault (RESTful API)

npm Dependencies JavaScript Standard Style

A pretty rudimentary vault. Keeps a key-value store under ~/.minivault, encrypted with a password.

This package provides the RESTful API. You may also be interested in the Web front end and the core API.

Usage

  1. One-time setup: run npm install.
  2. Run npm start to start the daemon.
  3. Talk to the API at localhost:4000.

Author

Tim De Pauw

License

MIT