servicetitan

0.0.3 • Public • Published

node-servicetitan

Build Status npm version npm version

Node Servicetitan is a node.js wrapper for the go.servicetitan.com api.

Installation

npm install servicetitan

Usage

'use strict';
 
var st = require('servicetitan')({
  key : '00000000-0000-0000-0000-000000000000'
});
 
st
  .getCustomers({
    id : 0
  })
  .then(function(res) {
    console.log(res);
  })
  .catch(function(err) {
    console.log('Error');
  });

Test

 
API_KEY="00000000-0000-0000-0000-000000000000" npm test

Package Sidebar

Install

npm i servicetitan

Weekly Downloads

0

Version

0.0.3

License

none

Last publish

Collaborators

  • maxmclau