Helper functions as a local webpage that support various tasks in my day-to-day job.
- A collection of utility functions to simplify repetitive tasks.
- Accessible through a user-friendly local webpage.
- Designed to improve productivity and efficiency.
- Stringify JSON objects for better readability.
- Parse JSON strings back into objects.
- Anonymize UUIDs in JSON data.
- Minimal logging with no data storage to ensure privacy.
-
Clone the repository:
git clone https://github.com/johanneslosch/work-utilities.git
-
Or run the docker container using
docker run -p 80:80 ghcr.io/johanneslosch/work-utilities
- Open the
src/index.htmlor start the docker container - Or in case of docker open
http://localhost
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name" - Push to your branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
