Skip to content

gillstrom/site-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 example@mail.com

  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

About

Retrieve your password for a site saved in OS X Keychain

Resources

License

Stars

Watchers

Forks

Packages

No packages published