site-password
v1.0.1
Published
Retrieve your password for a site saved in OS X Keychain
Downloads
17
Maintainers
Readme
site-password
Retrieve your password for a site saved in OS X Keychain
CLI
$ npm install --global site-password
$ site-password --help
Examples
$ site-password github.com
$ site-password github.com --account [email protected]
Options
-a, --account <account> Get password for specific account
Install
$ npm install --save site-password
Usage
const sitePassword = require('site-password');
sitePassword('github.com').then(password => {
console.log(password);
//=> 123456
});
License
MIT © Andreas Gillström