Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.12 KB

Orion

js-standard-style Build Status Code Climate Dependency Status devDependency Status

NPM

Orion, the huntsman, in charge of tracking our customers. A wrapper for Intercom

Orion

Configuration

In order for Orion to report data to intercom you need the following API keys

INTERCOM_APP_ID
INTERCOM_API_KEY

Usage

var orion = require('orion')
orion.companies.create({
  company_id: 'CompanyId',
  name: 'My Awesome Companies Name'
})