# justap-server-sdk-nodejs-ts **Repository Path**: justapnet/justap-server-sdk-nodejs-ts ## Basic Information - **Project Name**: justap-server-sdk-nodejs-ts - **Description**: Justap 是为中小微企业及线下商家适应数字化转型而打造的面向移动端应用和PC端应用的下一代聚合支付SAAS服务平台,通过一个 SDK 即可快速的支持各种形式的应用,并且一次接口完成多个不同支付渠道的接入。平台除了支持服务商子商户模式,同时还对商家自有商户提供了完整的支持。 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.justap.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-27 - **Last Updated**: 2024-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: 开源聚合支付, 聚合支付sdk, 支付宝SDK, 微信支付SDK, 聚合支付 ## README ## java-justap-sdk-typescript@v1.0.0 This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments: Environment * Node.js * Webpack * Browserify Language level * ES5 - you must have a Promises/A+ library installed * ES6 Module system * CommonJS * ES6 module system It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via `package.json`. ([Reference](http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html)) ### Building To build an compile the typescript sources to javascript use: ``` npm install npm run build ``` ### Publishing First build the package then run ```npm publish``` ### Consuming navigate to the folder of your consuming project and run one of the following commands. _published:_ ``` npm install java-justap-sdk-typescript@v1.0.0 --save ``` _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save