@cityssm/faster-unofficial-api
v0.1.0
Published
An unofficial API for the FASTER Web fleet management system, relying on exported reports and complex parsers.
Downloads
8
Maintainers
Readme
FASTER Web Unofficial API
An unofficial API for the FASTER Web fleet management system, relying on exported reports and complex parsers.
This API ties together the following two projects:
FASTER Web Report Exporter - @cityssm/faster-web-exporter On demand exports of selected reports from the FASTER Web Fleet Management System.
Faster Web Report Parser - @cityssm/faster-web-parser Parses select Excel and CSV reports from the FASTER Web Fleet Management System into usable data objects.
Installation
npm install @cityssm/faster-unofficial-api
Usage
import { FasterUnofficialAPI } from '@cityssm/faster-unofficial-api'
const fasterApi = new FasterUnofficialAPI(
fasterTenant,
fasterUserName,
fasterPassword
)
const assets = await fasterApi.getAssets()
const inventory = await fasterApi.getInventory()
More Code for FASTER Web
FASTER Web Helper A service to support integrations with the FASTER Web fleet management system.
Userscripts for FASTER Web Fixes some of the common irks when using FASTER Web. Includes userscripts to enforce field validation, correct varying header heights, and offer autocomplete.