Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exu3/home-hub
🦈 RU Hacks project
https://github.com/exu3/home-hub
Last synced: about 1 month ago
JSON representation
🦈 RU Hacks project
- Host: GitHub
- URL: https://github.com/exu3/home-hub
- Owner: exu3
- License: mit
- Created: 2021-05-01T19:09:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T08:17:16.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T23:48:18.329Z (3 months ago)
- Language: JavaScript
- Homepage: https://home-hub.tech
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Hub (https://home-hub.tech)
## BLAHAJGang Team
RU Hacks 2021 project.
Backend: https://github.com/neeltron/Home-Hub
Devpost: https://devpost.com/software/home-hub-b5whik
Demo Video: https://youtu.be/XTzu3_Ij1GA
### Purpose and Functionality
The Home Hub is a smart home notification dashboard powered by IoT based sensors as well as a cool web dashboard. Information including temperature, humidity, and air quality is collected and displayed on a web dashboard. Then, this data is used to make recommendations such as whether or not you should go outside (air quality) and what the fire danger is (temperature based). The web dashboard also features a light/dark mode for a good user experience.### Instructions to Run Locally:
In a terminal:
```
git clone https://github.com/exu3/home-hub.git
cd home-hub
npm install
npm run dev
```
then go to ```localhost:3000``` in a web browser to view the site.### Authorship:
* **Neel Adwani** (https://devpost.com/neeltron)
* **Ella** (https://devpost.com/eilla1)
* **Tiffany Trinh** (https://devpost.com/tiffanytrinh685)