https://github.com/golemhq/web-playground
A demo web application
https://github.com/golemhq/web-playground
Last synced: about 2 months ago
JSON representation
A demo web application
- Host: GitHub
- URL: https://github.com/golemhq/web-playground
- Owner: golemhq
- License: mit
- Created: 2018-11-18T22:02:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T23:35:35.000Z (over 6 years ago)
- Last Synced: 2025-02-16T19:48:38.248Z (2 months ago)
- Language: HTML
- Homepage: https://www.web-playground.net/
- Size: 106 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Playground
A demo web application useful for sharpening automation tools. Written in Python and Flask.
Used by [Golem](https://github.com/golemhq/golem)
See it live: https://www.web-playground.net/
## Installing
Requires: Python 3.5+
```bash
pip install web-playground
```## Start
```bash
web-playground [-p|--port]
```Default port is 6565.
## License
[MIT](https://tldrlegal.com/license/mit-license)