/node-freshsales

Primary LanguageTypeScriptMIT LicenseMIT

node-freshsales

CircleCI Code Climate Test Coverage

Javascript / node.js wrapper for the Freshsales API

Installing

npm install freshsales

Instantiate client

const Freshsales = require('freshsales');
const freshsales = new Freshsales({ apiKey: 'key', domain: 'domain' });

You may use this library in your Typescript project via:

import Freshsales from 'freshsales';
const freshsales = new Freshsales({ apiKey: 'key', domain: 'domain' });

License

MIT

Contributing

Tests

API_KEY=xxx DOMAIN=xxx npm test

Contributors

  • Paul Cothenet @pcothenet