Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 790 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # LessPass render password
  2. LessPass node module used to render password based on options
  3. ## Requirements
  4. - node LTS
  5. ## Install
  6. npm install lesspass-master-password
  7. ## Usage
  8. var LessPassMasterPassword = require("lesspass-master-password");
  9. console.log(LessPassMasterPassword.getFingerprint("e56a207acd1e6714735487c199c6f095844b7cc8e5971d86c003a7b6f36ef51e"))
  10. // [
  11. {
  12. color: "#FFB5DA",
  13. icon: "fa-flask"
  14. },
  15. {
  16. color: "#009191",
  17. icon: "fa-archiv,e"
  18. },
  19. {
  20. color: "#B5DAFE",
  21. icon: "fa-beer"
  22. }
  23. ]
  24. ## Tests
  25. npm test
  26. ## License
  27. This project is licensed under the terms of the GNU GPLv3.
  28. ## Issues
  29. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)