Abhirup27 / Aries-Irrigation-System

Plant watering interface/system developed in Node.js for Raspberry Pi Zero with web interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aries-Irrigation-System

Automatic plant watering interface and system developed in Node.js for Raspberry Pi Zero with web interface.



GitHub license

Dependencies

NodeJS
Express
rpi-gpio
pi-camera

How to use

EXECUTE THESE ON YOUR RASPBERRY PI.
  1. Clone the repo
git clone https://github.com/Abhirup27/Aries-Irrigation-System.git
  1. change dir
cd Aries-Irrigation-System/

3.Install all the required dependencies listed above (Make sure NodeJS is install before running npm)

npm init 
npm install express rpi-gpio pi-camera

OR

npm install dependencies
  1. Execute the server script
node server.js
  1. Connect to your local IP on port 3000 in a broswer.

About

Plant watering interface/system developed in Node.js for Raspberry Pi Zero with web interface.

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.8%Language:HTML 3.2%Language:Python 2.0%