node-matrix-asset-status
Asset status helper for Squiz Matrix
Extracted using the SOAP API GetAllStatuses function.
Usage
var status =
node-matrix-asset-status
provides a simple querying interface wich allows you to retrieve
asset status codes with the following:
console // 16console // 16
In addition you can pass in a valid status code and get the status name back:
console.log(status(16)) // 'Live'
License
MIT