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

https://github.com/ztrehagem/node-arduino-web-notifier


https://github.com/ztrehagem/node-arduino-web-notifier

Last synced: 3 months ago
JSON representation

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/...`