1.0.3 • Published 8 months ago

easyly v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Easyly Node.js Library

npm NPM

Installation

Use npm to install the module:

npm install easyly

Usage

The package needs to be configured with your account's secret key, which is available in the Easyly Dashboard. Require it with the key's value:

const easyly = require('easyly')('sk_test_...');

easyly.leads.create({
    name: 'John Doe',
    email: 'john@example.com',
})
    .then(lead => console.log(lead.id))
    .catch(error => console.error(error));

Full documentation can be found on the Easyly Documentation

Contributing

If you would like to contribute to Easyly, please make sure to read our contributor guidelines.

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago