This is a sample app for the HubSpot client libraries. This sample app demonstrates how to integate your Hubspot app with Trello.
- The first step is to create a HubSpot developer account. This is where you will create and manage HubSpot apps.
- Next create an app. On the "App info" tab, You will be prompted to fill out some basic information about your app. This includes name, description, logo, etc.
- Copy the .env.template file into a file named .env in the folder of the language you want to use. For example:
cp ruby/.env.template ruby/.env
- Paste your HubSpot API Key as the value for HUBSPOT_API_KEY in .env
- Paste you TRELLO_API_KEY. You can obtain it from Trello API key
- Follow the language instructions on how to run.