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

https://github.com/sigorilla/tessel


https://github.com/sigorilla/tessel

iot tessel

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# tessel-2

Node: 8.11.3

### Try example

```sh
npm run try -- example/index.js
```

## Projects

```sh
t2 ap -n
t2 run src/server//index.js
# Connect to http:////
```

Available projects:
- `motors` — control servo via socket.io.
- `monitor` — BME-280.

### Deploy

```sh
npx t2 push src/server//index.js
```

## Auth

```sh
t2 ap -n -p
```