Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 584 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 584 Bytes

RMS Metering Data Visualizer and Server

Simple fullstack app to visual metering data from NodeJS server using ReactJS parsed from a CSV file.

💻 DEMO
🤖 API

TODO List

Server

  • parse csv to json
  • setup cors
  • serve to client as json

Client

  • Fetch data from server.
  • List meter readings
  • Allow search using serial number
  • Use canvas based line graph for performance if possible.
  • Make it pretty!!! ✨✨
  • Deploy!!!! 🎉🎉