PVBid is an estimating platform designed for the solar industry. This SDK allows for secure access to PVBid's servers, with tools to programmatically manipulate a bid.
There are 2 compiled files. pvbid.node.js
should be used for any node.js applications. Using our npm package, const pvbid = require("pvbid-sdk");
will point to the correct file. There is also a pvbid.min.js
file that should be for any web application.
NPM
npm i pvbid-sdk --save
CDN ~120kB gzipped
https://unpkg.com/pvbid-sdk@1.3.50/dist/pvbid.min.js
Our most recent docs are hosted at http://sdk.pvbid.com. Code examples are included under the Manual section. The docs are also included in the npm package.
See our changelog here.
Copyright (C) PVBid, Inc - All Rights Reserved.