Sha256: bb9bf70e5bc6a50da5971b79ad2b1e7bcb655e564d2f04480c176b2a8d7c3a38
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
Inline CSS HTML Converter == [![Build Status](https://travis-ci.org/Garllon/inline-css-html-converter.svg?branch=master)](https://travis-ci.org/Garllon/inline-css-html-converter) [![Code Climate](https://codeclimate.com/github/Garllon/inline-css-html-converter.png)](https://codeclimate.com/github/Garllon/inline-css-html-converter) [![Gem Version](https://badge.fury.io/rb/inline-css-html-converter.svg)](https://badge.fury.io/rb/inline-css-html-converter) I use the MailChimpAPI At the moment i use the APi Version 2.0. [MailChimp 2.0](https://apidocs.mailchimp.com/api/2.0/helper/inline-css.php) How it works === The Encoding of the files must be UTF-8 and the FileFormat must be unix. ``` gem 'inline-css-html-converter', git: 'https://github.com/Garllon/inline-css-html-converter.git' require 'inline-css-html-converter' ``` ``` InlineCssHtmlConverter::Worker.new(your_apikey, your_html).perform ``` ## License InlineCssHtmlConverter is released under the [MIT License](http://www.opensource.org/licenses/MIT). In Progress(obsoleted) === At the moment i work on a version, which works with MailChimp 3.0. MailChimp doesn't support this API endpoint any longer. :(
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inline-css-html-converter-0.1.8 | README.md |