https://github.com/sigorilla/tessel
https://github.com/sigorilla/tessel
iot tessel
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sigorilla/tessel
- Owner: sigorilla
- Created: 2017-07-13T17:57:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T17:25:57.000Z (over 3 years ago)
- Last Synced: 2023-08-20T04:01:38.147Z (almost 3 years ago)
- Topics: iot, tessel
- Language: JavaScript
- Size: 795 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```