Constants used by multiple Node packages that work with the FASTER Web Fleet Management System.
This is not meant to be a complete list of every constant used in FASTER Web.
This package is in no way affiliated with or endorsed by FASTER Asset Solutions or Transit Technologies.
npm install @cityssm/faster-constants
import fasterConstants from '@cityssm/faster-constants'
const newItemName =
'This is a very long item name, exceeding the allowable length'
if (newItemName.length > fasterConstants.inventory.items.itemName.maxLength) {
console.log('The item name will be truncated.')
}
Building an intergration with FASTER Web?
Have a look at the City's open source projects related to FASTER Web.