Add readme

This commit is contained in:
yuto-yuto 2021-07-11 10:12:22 +02:00
parent 2689472c06
commit 4bbe0215be
2 changed files with 3 additions and 1 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# node-red-contrib-password-generator
A Node-RED node to generate password. It uses `crypto.randomBytes` function for the random string.

View File

@ -13,7 +13,6 @@
"keywords": [
"node-red",
"password-generator",
"rbe",
"crypto"
],
"repository": {