https://github.com/seanpray/webutils
Tiny utility api for web dev/testing
https://github.com/seanpray/webutils
Last synced: about 1 month ago
JSON representation
Tiny utility api for web dev/testing
- Host: GitHub
- URL: https://github.com/seanpray/webutils
- Owner: seanpray
- License: bsd-3-clause
- Created: 2022-08-27T17:16:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T17:16:52.000Z (over 2 years ago)
- Last Synced: 2025-03-29T02:52:18.313Z (about 2 months ago)
- Language: Haskell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## webutils
This repo is for a small webserver to provide a random image from the requested url to fill placeholders when creating website layouts. In the future additionally it will support feeding random json or text data to test if webapps crash when the recieved input is different from expected.
I am horrible at Haskell but I find it very fun to work with so this project is just to play around a tiny bit with the language and will be expanded in the future.