Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Introduction
### What does the application do?
This is the frontend application to a Domestic Water Quality Monitoring system I built using Arduino. The system comprises of 3 sensors, i.e. pH, turbidity and temperature, NodeMCU and an Arduino UNO. Together, they log sensor data and relay it to a channel created on the [ThingSpeak IoT](https://thingspeak.com/) platform.
NB: Data last fetched in 2020. No new data to display currently until hardware system is rebuilt

### Functionality
- The app displays the current status of the most recent pH and turbidity values fed into the system.
Expand All @@ -25,7 +26,7 @@ This is the frontend application to a Domestic Water Quality Monitoring system I
- Install dependencies using `yarn add`
- Use `yarn start` to run the app on your local machine

### Live App
### App
- This app is hosted [here](https://water-quality-dashboard.netlify.app)

## Author
Expand Down
Loading