Skip to content

AudienseCo/node-hubspot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-hubspot

Node.js wrapper for the HubSpot API

install

npm install node-hubspot

use

var Client = require('hubspot');

var client = new Client();

client.useKey('API_KEY');
client.useToken('MY_ACCESS_TOKEN');
client.campaigns.get(function(err, res) {
	if (err) { throw err; }
	console.log(res);
});

About

Node wrapper for the HubSpot API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%