credstash-promise
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

credstash-promise

credstash client wrapper with promises and typescript types

installation

npm install credstash-promise --save
 
#if you don't already refer to aws-sdk, you need to add it, it is a peer dependency: 
npm install aws-sdk --save

usage

var credstash = require('credstash-promise');
 
credstash.get('secret-name').then(function(err, secret){
  console.log(err, secret);
});

Readme

Keywords

none

Package Sidebar

Install

npm i credstash-promise

Weekly Downloads

0

Version

2.1.2

License

MIT

Last publish

Collaborators

  • swahvay
  • stridesoftware
  • amyatstride
  • scottbessler
  • mschoendorf
  • djres88
  • dangsd
  • matt.naides
  • tylergetstride
  • savbaron
  • mhiggs
  • maxiappleton
  • chrischang127