Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkhrunov/password-generator
Simple script to generate passwords
https://github.com/dkhrunov/password-generator
Last synced: 28 days ago
JSON representation
Simple script to generate passwords
- Host: GitHub
- URL: https://github.com/dkhrunov/password-generator
- Owner: dkhrunov
- License: mit
- Created: 2021-01-09T08:12:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T11:26:45.000Z (about 4 years ago)
- Last Synced: 2024-11-02T21:27:06.948Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# password-generator
Simple script to generate passwords### Usage example
Use **generate** method to get new random password:
```javascript
import passwordGenerator from './passwordGenerator';passwordGenerator.generate();
```