Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)