{"id":15285245,"url":"https://github.com/cityssm/node-faster-unofficial-api","last_synced_at":"2025-05-07T03:45:21.979Z","repository":{"id":257804501,"uuid":"864135323","full_name":"cityssm/node-faster-unofficial-api","owner":"cityssm","description":"An unofficial API for the FASTER Web fleet management system, relying on Puppeteer scripts, exported reports, and complex parsers.","archived":false,"fork":false,"pushed_at":"2025-04-14T09:06:53.000Z","size":1288,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T03:44:58.206Z","etag":null,"topics":["asset-management","faster-web","fleet-management","fmis","puppeteer"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@cityssm/faster-unofficial-api","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cityssm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-27T14:59:07.000Z","updated_at":"2025-02-19T20:37:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fa66ce4-307d-4e5d-a415-6c759d1c3e04","html_url":"https://github.com/cityssm/node-faster-unofficial-api","commit_stats":null,"previous_names":["cityssm/node-faster-unofficial-api"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-faster-unofficial-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-faster-unofficial-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-faster-unofficial-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-faster-unofficial-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cityssm","download_url":"https://codeload.github.com/cityssm/node-faster-unofficial-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810273,"owners_count":21807759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asset-management","faster-web","fleet-management","fmis","puppeteer"],"created_at":"2024-09-30T15:03:49.274Z","updated_at":"2025-05-07T03:45:21.954Z","avatar_url":"https://github.com/cityssm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FASTER Web Unofficial API\n\n[![npm (scoped)](https://img.shields.io/npm/v/%40cityssm/faster-unofficial-api)](https://www.npmjs.com/package/@cityssm/faster-unofficial-api)\n[![DeepSource](https://app.deepsource.com/gh/cityssm/node-faster-unofficial-api.svg/?label=active+issues\u0026show_trend=true\u0026token=aTmjAZAV2qeEg4lTqqaxNKSD)](https://app.deepsource.com/gh/cityssm/node-faster-unofficial-api/)\n[![Maintainability](https://api.codeclimate.com/v1/badges/0d91e0c07b4647f628e6/maintainability)](https://codeclimate.com/github/cityssm/node-faster-unofficial-api/maintainability)\n\n**An _unofficial_ API for the\n[FASTER Web fleet management system](https://fasterasset.com/products/fleet-management-software/)\nrelying on Puppeteer scripts, exported reports, and complex parsers.**\n\nThis API prioritizes functions that are not available through FASTER-supported methods.\n\nThis API uses the following two projects:\n\n- [FASTER Web Report Exporter - @cityssm/faster-web-exporter](https://www.npmjs.com/package/@cityssm/faster-report-exporter)\u003cbr /\u003e\n  On demand exports of selected reports from the FASTER Web Fleet Management System.\n\n- [FASTER Web Report Parser - @cityssm/faster-web-parser](https://www.npmjs.com/package/@cityssm/faster-report-parser)\u003cbr /\u003e\n  Parses select Excel and CSV reports from the FASTER Web Fleet Management System into usable data objects.\n\n_This unofficial API is in no way affiliated with or endorsed by FASTER Asset Solutions or Transit Technologies._\n\n## Installation\n\n```sh\nnpm install @cityssm/faster-unofficial-api\n```\n\n## Usage\n\n⭐ This package requires a FASTER Web user name and password able to log into\nthe FASTER Web application with permission to perform the function you need.\nFor example, to execute an integration on demand using the `executeIntegration()` function,\nthe provided user needs to have permission to do so.\n\n```javascript\nimport { FasterUnofficialAPI } from '@cityssm/faster-unofficial-api'\n\nconst fasterApi = new FasterUnofficialAPI(\n  fasterTenant,\n  fasterUserName,\n  fasterPassword\n)\n\nconst assets = await fasterApi.getAssets()\n\nconst inventory = await fasterApi.getInventory()\n\nconst itemUpdatedSuccessfully = await fasterApi.updateInventoryItem(\n  itemNumber,\n  storeroom,\n  {\n    itemName: 'New Item Name',\n    itemDescription: 'Updated Item Description'\n  }\n)\n\nconst messageLog = await fasterApi.getMessageLog(startDate, endDate)\n\nconst executedSuccessfully = await fasterApi.executeIntegration(\n  'Inventory Import Utility'\n)\n```\n\n## Related Projects\n\n_Building an intergration with FASTER Web?_\n\n[Have a look at the City's open source projects related to FASTER Web](https://github.com/cityssm/faster-web-projects).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcityssm%2Fnode-faster-unofficial-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcityssm%2Fnode-faster-unofficial-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcityssm%2Fnode-faster-unofficial-api/lists"}