0.2.0 • Published 9 years ago

engagefront v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago