Randomizer/README.md

48 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2021-07-17 18:01:45 +00:00
# Welcome to encrypted-randomizer 👋
2021-07-17 18:14:23 +00:00
2022-07-19 07:00:51 +00:00
[![Version](https://img.shields.io/npm/v/encrypted-randomizer.svg)](https://www.npmjs.com/package/encrypted-randomizer) [![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://randomizer.bravo68web.me) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/bravo68web/randomizer/graphs/commit-activity) [![License: MIT](https://img.shields.io/github/license/bravo68web/randomizer)](https://github.com/bravo68web/randomizer/blob/master/LICENSE) [![Twitter: bravo68web](https://img.shields.io/twitter/follow/bravo68web.svg?style=social)](https://twitter.com/bravo68web) [![Verified on Openbase](https://badges.openbase.com/js/verified/encrypted-randomizer.svg?)](https://openbase.com/js/encrypted-randomizer?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
2021-07-17 18:01:45 +00:00
> A Random string encryptor w.r.t. Timestamps to add Security to your Web Application
2021-07-17 18:01:45 +00:00
### 🏠 [Homepage](https://github.com/bravo68web/randomizer#readme)
2021-07-17 18:01:45 +00:00
## Install
2021-07-17 18:14:23 +00:00
```bash
npm install encrypted-randomizer
```
2021-07-17 18:01:45 +00:00
## Run tests
2021-07-17 18:14:23 +00:00
```bash
yarn test
```
2021-07-17 18:01:45 +00:00
## Author
👤 **BRAVO68WEB**
2021-07-17 18:14:23 +00:00
* Website: [https://bravo68web.me](https://bravo68web.me)
* Twitter: [@bravo68web](https://twitter.com/bravo68web)
* Github: [@bravo68web](https://github.com/bravo68web)
* LinkedIn: [@bravo68web](https://linkedin.com/in/bravo68web)
2021-07-17 18:01:45 +00:00
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
2021-07-17 18:14:23 +00:00
Feel free to check [issues page](https://github.com/bravo68web/randomizer/issues).
2021-07-17 18:01:45 +00:00
## Show your support
Give a ⭐️ if this project helped you!
2021-07-17 18:01:45 +00:00
## 📝 License
Copyright © 2021 [BRAVO68WEB](https://github.com/bravo68web).
This project is [MIT](https://github.com/bravo68web/randomizer/blob/master/LICENSE) licensed.
2021-07-17 18:14:23 +00:00
_This README was generated with ❤️ by_ [_readme-md-generator_](https://github.com/kefranabg/readme-md-generator)