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.
- Host: GitHub
- URL: https://github.com/spyoungtech/darkweb
- Owner: spyoungtech
- Created: 2020-03-08T08:03:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T03:04:37.000Z (over 5 years ago)
- Last Synced: 2025-03-04T00:44:44.785Z (over 1 year ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`