0.2.0 • Published 10 years ago

engagefront v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

EngageFront

Build Status Dependency Status

EngageFront API wrapper written in JavaScript/Node.js.

Installation

npm install engagefront --save

Usage

  var engagefront = require('engagefront');
  
  engagefront.authenticate(process.env.EF_USER, process.env.EF_PASSWORD, { endpoint:process.env.EF_ENDPOINT }, function(auth) {
    
  });
  
  engagefront.getCampaigns(function(err, campaigns) {
    
  });

Tests

npm test

Release History

  • 0.1.0 Initial release
  • 0.2.0 Basic methods and error handling
0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago