0.0.1 • Published 12 years ago

premailer-client v0.0.1

Weekly downloads
7
License
-
Repository
github
Last release
12 years ago

#premailer-client - a node.js premailer client

##Install

npm install premailer-client

##Usage

var premailer = require('premailer-client');

var client = premailer.createClient();
client.getAll(options,function(err,documents){
	// HTML document
	console.log(documents.html);
	// Plain text document
	console.log(documents.text);
	// JSON response deserialized
	console.log(documents.response);
})

##Test

npm test

##Licence (The MIT License) Copyright 2011-2012 Remy Loubradou

0.0.1

12 years ago