Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andidittrich/tools.andidittrich.com
:wrench: A bunch of Javascript based utilities
https://github.com/andidittrich/tools.andidittrich.com
base64 base64-decoding base64-encoding javascript mootools password-generator regex regexp regular-expressions text-processing token token-generation
Last synced: about 2 months ago
JSON representation
:wrench: A bunch of Javascript based utilities
- Host: GitHub
- URL: https://github.com/andidittrich/tools.andidittrich.com
- Owner: AndiDittrich
- License: mpl-2.0
- Created: 2016-02-27T10:32:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T12:27:51.000Z (about 2 years ago)
- Last Synced: 2024-04-14T04:42:19.063Z (9 months ago)
- Topics: base64, base64-decoding, base64-encoding, javascript, mootools, password-generator, regex, regexp, regular-expressions, text-processing, token, token-generation
- Language: EJS
- Homepage: https://tools.andidittrich.com
- Size: 607 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
WebTools
=========================A bunch of **Javascript based utilities** - public available on [tools.andidittrich.de](https://tools.andidittrich.com/)
![Screenshot](assets/screenshot1.jpg)
Features
---------------------------------------------* [Password Generator](https://tools.andidittrich.com/PasswordGenerator.html) - Generate strong, random passwords easily on the client-side
* [ReExp TextFilter](https://tools.andidittrich.com/TextFilter.html) - Apply Javascript Regular Expressions online to arbitrary text.
* [Base64 Encoder/Decoder](https://tools.andidittrich.com/Base64.html) - Encoder/Decoder using WebAPI
* [Token generator](https://tools.andidittrich.com/Token.html) - Generate Random TokensLicense
----------------------------------------------WebTools is OpenSource and licensed under the Terms of [Mozilla Public License 2.0](https://opensource.org/licenses/MPL-2.0). You're welcome to [contribute](docs/CONTRIBUTING.md)