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

https://github.com/bennycode/wire-raspberry-pi-demo


https://github.com/bennycode/wire-raspberry-pi-demo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# wire-raspberry-pi-demo

```bash
#!/bin/bash

EMAIL = "me@wire.com";
PASSWORD = "secret";

node index.js --e="$EMAIL" --p="$PASSWORD"
```