This is a simple to use node.js API interface for the HES SOAP based API.
npm install hes-score
require("hes-score")(zip, details, (response) =>
console.log response
)
EXPORT HES_ID="you_key";npm installnpm startThis is just a proof of concept example for how you can use this API interface. The basic idea is as follows.
homeScore ZIPCODE, [{
inputTableName: 'whole_house_input',
inputColumnName: 'floorArea'
s_value: '1800'
}], (data, error) ->
throw(error) if (error)
console.log data