Software programs for group 1910H - The Plastics
- A website UI that displays real-time plastic sorting data!
- Get the website on your local machine:
- ensure
nodeis installed. Get it here - clone this repo and open it in your code editor
- Navigate to the
Plastics-Trackerdirectory withcd Plastics-Trackerin your terminal/command prompt - Run
npm ito install dependencies npm run devto run in development ornode app.jsto run in production
- ensure
- A website that displays real-time Arduino temperature and brightness data of the greenhouse!
- Get the website on your local machine:
- ensure
nodeis installed. Get it here - clone this repo and open it in your code editor
- Navigate to the
Lab-3-Websitedirectory withcd Lab-3-Websitein your terminal/cmd - Run
npm ito install dependencies npm run devto run in development ornode app.js
- ensure