An open API service indexing awesome lists of open source software.

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

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)