1.1.0 • Published 2 years ago

solar_energy_prediction v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

SolarEnergyPrediction

Dataservice for PV generation forecast of unmetered PV systems

Run in Postman

Installation

For Node.js

npm

npm install solar_energy_prediction --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

1.1.0

2 years ago