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

https://github.com/spyoungtech/darkweb

Black Python formatter, on the web.
https://github.com/spyoungtech/darkweb

Last synced: 9 days ago
JSON representation

Black Python formatter, on the web.

Awesome Lists containing this project

README

          

# Dark Web

Online Python [`black`](https://github.com/psf/black) formatter.

## How To run

Build the image and run the container
```shell script
docker build -t darkweb .
docker run --rm -it -p 80:80 darkweb
```
Then navigate to `http://localhost`