Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 536 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 536 Bytes

onion-aquarium

Controling aquarium using onion omega2.

Installation

Installing Node

The first thing you need to do is install Node on the Omega.

opkg update
opkg install nodejs git npm

Clone project to your onion omega2

git clonehttps://github.com/Kolomaznik/onion-aquarium.git

Instal npm dependencies

In clone directory run.

cd onion-aquarium
npm install

Run

Using npm run script on onio takese lot of time, is beter run script directly throw nodejs

nodejs run.js