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

https://github.com/goto-eof/rpizero_rdc_ts

This application allows to control a led remotely. This front-end communicates with a server, written using Rust programming language, hosted by a Raspberry Pi Zero W device.
https://github.com/goto-eof/rpizero_rdc_ts

Last synced: 6 months ago
JSON representation

This application allows to control a led remotely. This front-end communicates with a server, written using Rust programming language, hosted by a Raspberry Pi Zero W device.

Awesome Lists containing this project

README

          

# Raspberry Pi Zero W | Remote Device control Client (TypeScript)

This application allows to control a led remotely. This front-end communicates with a server, written using Rust programming language, hosted by a Raspberry Pi Zero W device. The server application can be found [here](https://github.com/goto-eof/rpizero_rdc_rust).

Technologies/Tools: TypeScript, React, Chakra UI.

### Installation
```
yarn install
```

### Run
```
yarn start
```