Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 637 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 637 Bytes

info-hub

Dashboard for useful daily home data created using Node.js and React.

Preview

Todo

  • Fetch and display current electricity price
  • Display weather conditions
  • Settings/UI preferences
  • Notifications for electricity price
  • Notifications for weather conditions
  • Data visualization
  • AirThings integration for air quality

Getting Started

Linux/macOS

Run frontend and backend

cd frontend
npm install
npm start

Add a .env file in backend/ and add OPENWEATHERMAP_API_KEY={your key here}

cd backend
npm install
npm start