Skip to content

cityssm/node-faster-url-builder

Repository files navigation

FASTER Web URL Builder

npm (scoped) Maintainability codecov DeepSource Coverage Testing

Builds URLs for the FASTER Web Fleet Management System.

Helpful when building integrations with FASTER Web that require links.

Installation

npm install @cityssm/faster-url-builder

Usage

import { FasterUrlBuilder } from '@cityssm/faster-url-builder'

console.log(new FasterUrlBuilder('test-tenant').loginUrl)
// => https://test-tenant.fasterwebcloud.com/FASTER

Included URLs

  • baseUrl
  • loginUrl
  • reportViewerUrl

Included Helper Functions

  • inventorySearchUrl(searchString)
  • workOrderSearchUrl(searchString)
  • workOrderUrl(workOrderNumber)

Related Projects

FASTER Web Report Exporter
On demand exports of selected reports from the FASTER Web Fleet Management System.

FASTER Web Helper
A service to support integrations with the FASTER Web fleet management system.