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

https://github.com/unframework/lichee-kiosk

Experimenting with a TUI kiosk-style gadget based on LicheePi Nano
https://github.com/unframework/lichee-kiosk

Last synced: 6 months ago
JSON representation

Experimenting with a TUI kiosk-style gadget based on LicheePi Nano

Awesome Lists containing this project

README

          

# TUI Kiosk on Lichee Pi (WIP)

![LCD screen in a custom enclosure showing Lichee Pi Nano boot messages](lichee-kiosk-20230311.jpg)

## Dev

Create `.env` file:

```
FEED_URL=...
FEED_KEY=...
```

Create `kiosk_id_rsa.pub` file.

Packaging:

```
yarn build
docker build -t tuiview .
```