Skip to content

An unofficial API for the FASTER Web fleet management system, relying on exported reports and complex parsers.

License

Notifications You must be signed in to change notification settings

cityssm/node-faster-unofficial-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FASTER Web Unofficial API

npm (scoped) DeepSource Maintainability

An unofficial API for the FASTER Web fleet management system relying on Puppeteer scripts, exported reports, and complex parsers.

This API uses the following two projects:

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()

const success =
  await fasterApi.executeIntegration('Inventory Import Utility')

Related Projects

Building an intergration with FASTER Web?

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