Skip to content

Constants used by multiple Node packages that work with the FASTER Fleet Management System

License

Notifications You must be signed in to change notification settings

cityssm/node-faster-constants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FASTER Web Constants

npm (scoped) DeepSource DeepSource

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.

Installation

npm install @cityssm/faster-constants

Usage

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.')
}

Related Projects

Building an intergration with FASTER Web?

Have a look at the City's open source projects related to FASTER Web.

About

Constants used by multiple Node packages that work with the FASTER Fleet Management System

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published