Guillaume Vincent 3e86832c3f | 6 years ago | |
---|---|---|
.. | ||
dist | 6 years ago | |
src | 6 years ago | |
test | 6 years ago | |
.editorconfig | 6 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
README.md | 6 years ago | |
package-lock.json | 6 years ago | |
package.json | 6 years ago |
LessPass node module used to render password based on options
npm install lesspass-master-password
var LessPassMasterPassword = require("lesspass-master-password");
console.log(LessPassMasterPassword.getFingerprint("e56a207acd1e6714735487c199c6f095844b7cc8e5971d86c003a7b6f36ef51e"))
// [
{
color: "#FFB5DA",
icon: "fa-flask"
},
{
color: "#009191",
icon: "fa-archiv,e"
},
{
color: "#B5DAFE",
icon: "fa-beer"
}
]
npm test
This project is licensed under the terms of the GNU GPLv3.
report issues on LessPass project