HubSpot / private-app-starter

Boilerplates apps using HubSpot API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

private-app-starter

This is a sample app for demonstrating the HubSpot API client libraries.

How to run locally

  1. Copy the .env.template file into a file named .env in the folder of the language you want to use. For example:
cp node/.env.template node/.env
  1. Paste your Private App Access Token as the value for ACCESS_TOKEN in .env

  2. Follow the language instructions on how to run. For example, if you want to run the Node server:

cd node # there's a README in this folder with instructions
npm install
npm start

Supported languages

About

Boilerplates apps using HubSpot API

License:Apache License 2.0


Languages

Language:PHP 38.4%Language:JavaScript 33.8%Language:CSS 12.8%Language:Ruby 7.7%Language:Python 6.8%Language:Hack 0.4%