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

https://github.com/pokatomnik/servant

Static file server with directory listing and QR code in CLI
https://github.com/pokatomnik/servant

deno directory-listing file-server qr qrcode

Last synced: about 1 month ago
JSON representation

Static file server with directory listing and QR code in CLI

Awesome Lists containing this project

README

          

# Servant

This is a fork of [`file_server`](https://github.com/denoland/deno_std/blob/main/http/file_server.ts)

The only difference is that this tool displays QR code for every host which It serves.

## Installing
```shell
$ deno install --allow-read --allow-net --unstable https://deno.land/x/servant@v0.0.1/mod.ts
```