HubSpot / sample-apps-trello-integration

Basic HubSpot integration with Trello . Can be used as a code base for further development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HubSpot Trello integration sample app

This is a sample app for the HubSpot client libraries. This sample app demonstrates how to integate your Hubspot app with Trello.

Reference

How to run locally

  1. The first step is to create a HubSpot developer account. This is where you will create and manage HubSpot apps.
  2. 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.
  3. 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
  1. Paste your HubSpot API Key as the value for HUBSPOT_API_KEY in .env
  2. Paste you TRELLO_API_KEY. You can obtain it from Trello API key
  3. Follow the language instructions on how to run.

Supported languages

About

Basic HubSpot integration with Trello . Can be used as a code base for further development

License:Apache License 2.0


Languages

Language:JavaScript 77.1%Language:Ruby 6.1%Language:PHP 5.6%Language:Python 3.7%Language:HTML 3.3%Language:Pug 1.3%Language:CSS 1.3%Language:Shell 0.7%Language:SCSS 0.5%Language:Dockerfile 0.3%Language:Hack 0.0%