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/Login

Included URLs

  • baseUrl
  • loginUrl
  • inventoryItemRequestSearchUrl
  • reportViewerUrl
  • technicianWorkstationUrl

Included Helper Functions

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

Related Projects

Building an intergration with FASTER Web?

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