rossandrews / mpp-solar-api

Sample of how to setup webservice to work with https://github.com/jblance/mpp-solar project
ISC License
3 stars 0 forks source link

This is a small example service intended to work along side https://github.com/jblance/mpp-solar. You can send mpp-solar commands and get a response returned in a JSON format.

Setup

Node steps

Install dependencies

npm install

Run service

node ./index.js

Run Commands

Now you can run queries against the webservice to run commands against your hardware. I've set this up as get query because it's simplier to try out