Skip to content

thepartly/sample-integration-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Integration - TypeScript

This repository provides a reference implementation for integrating with our system using TypeScript. Use this template to guide your own integration.

Table of Contents


Prerequisites

  • Node.js - 22.17.1
  • npm

Installation

  1. Clone this repository:
    git clone https://github.com/thepartly/sample-integration-typescript.git
    cd ./sample-integration-typescript
  2. Install dependencies:
    npm install

Running the Integration

To start the integration server:

npm run start

Project Structure

public/
	index.html
	style.css
src/
	server.ts
  • src/server.ts: Integration authentication flow example
  • public/: Minimal HTML page for completing the installation flow

Support

For questions or help, contact integrations@partly.com

About

An example implementation of an integration using Partlys Integration APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published