Solar Array and home energy dashboard.

README.md 390 B

5 years ago
1234567891011121314
  1. Solar Dashboard
  2. ===============
  3. This is a solar dashboard for displaying information about a solar install.
  4. Structure
  5. ---------
  6. Frontend
  7. The front end is located in root. The meat of the logic is in
  8. `js/solardash.base.js`. The testing infrastructure is in
  9. `js/solardash.file.jspp` as if you are launching the page from a file
  10. url, there is no way to make a url to access the backend.