https://github.com/ztrehagem/node-arduino-web-notifier
https://github.com/ztrehagem/node-arduino-web-notifier
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ztrehagem/node-arduino-web-notifier
- Owner: ztrehagem
- Created: 2017-09-10T05:10:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T08:19:55.000Z (over 7 years ago)
- Last Synced: 2025-01-28T04:29:17.366Z (4 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-arduino-web-notifier
==# Setup
- Install "Node.js" **>= v8** to your PC from [here](https://nodejs.org/)
- Download or clone this repository to your PC.
- Exec command `npm install` at project root# Testing
- Open `node-arduino-web-notifier.ino` and write to your Arduino.
- Get the name of the USB port that is connected to your Arduino (like "/dev/cu.usbmodem14431")
- You can find the device name on ArduinoIDE
- Input command to terminal like: `npm run start ` like: `npm run start /dev/cu.usbmodem14431`
- Open URL `http://localhost:8080`. You can use any web browser.# Slack Notification
- Add new incoming WebHook integration to your slack team.
- Run command with WebHook URL like: `npm run start https://hook.slack.com/...`