Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 1012 Bytes

README.md

File metadata and controls

executable file
·
12 lines (8 loc) · 1012 Bytes

Build Status Code Climate Test Coverage

power meter api

This is a simple api backend for a power meter reader I've build, reading blinking led of my power meter using a photoresistor and an Arduino Uno. The backend is written in node.js using express.js talking to a redis database.

See:

  • power-meter-ionic for information about the ionic mobile app dashboard.
  • power-meter-monitor For information about the Arduino Uno project and the node.js backend communicating with the arduino and storing the data in the redis database.