# Amperize [![Version npm](http://img.shields.io/npm/v/amperize.svg?style=flat)](http://browsenpm.org/package/amperize) [![Build Status](http://img.shields.io/travis/jbhannah/amperize/master.svg?style=flat)](https://travis-ci.org/jbhannah/amperize) [![Dependencies](https://img.shields.io/david/jbhannah/amperize.svg?style=flat)](https://david-dm.org/jbhannah/amperize) [![Coverage Status](http://img.shields.io/coveralls/jbhannah/amperize/master.svg?style=flat)](https://coveralls.io/r/jbhannah/amperize?branch=master) [AMP](https://github.com/ampproject/amphtml) up your plain HTML. Replaces regular HTML tags with their equivalent [AMP components](https://github.com/ampproject/amphtml/blob/master/spec/amp-html-components.md). ## Installation `npm install amperize` ## Node.js ``` var Amperize = require('amperize'); var html = ''; var amperize = new Amperize(); amperize.parse(html, function (error, result) { if (error) { // do something with error return new Error(err); } // do something with result return result; }); ``` ## Restrictions Amperize is build to convert the `` part of your HTML. It will **not** create the AMP boilerplate and will **not** add the required `