0.1.1 • Published 10 years ago

apostle v0.1.1

Weekly downloads
8
License
-
Repository
github
Last release
10 years ago

apostle

Node.js API client for Apostle.io

Build Status

Installation

npm install apostle

Basic Use

var apostle = require('apostle')('DOMAIN_KEY');

apostle({
    email: 'andrewsliwinski@acm.org',
    template: 'test-template',
    values: {
        name: 'Andrew',
        hello: 'world'
    }
}, function (err, response) {
    if (err) return;        // Something really bad happened
    console.dir(response); 
});

Testing

npm test
0.1.1

10 years ago

0.1.0

10 years ago