Skip to content

hull/hull-chargebee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hull-chargebee

Node.js CI

Overview

Hull Connector for Chargebee

This connector allows you to synchronize Chargbee Customers, Invoices and Subscriptions to Hull Users and Accounts.

Please refer to the end-user documentation for further details, see Connector Docs.

Usage

After installing dependencies via

npm i

you can use the build script from package.json to build the JS files or start the live development server running

npm run start-src--watch

For convenience the script section contains a script to run ngrok and provide a tunnel to your local environment. Make sure to have ngrok installed and then run

npm run ngrok

If you are not on a paid ngrok plan, you can run ngrokfree which doesn't use a dedicated subdomain.

To run a clustered version of the connector for production, use

npm run start

Contributing

This project welcomes contributions and suggestions; we would appreciate if you follow the Code of Conduct.

Please read the Contribution Guidelines and refer to the Developing Guidelines for details about how to make a positive impact on this project.

Changelog

The changelog which details the releases can be found here.

License

MIT License. See LICENSE document for details.