1.0.0 • Published 8 years ago

butt-time v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

#butt-time

My first attempt at an NPM module, implementing the famous cloud-to-butt chrome extension.

##Installation

npm install butt-time --save

Usage

var buttTime = require('butt-time');
var convert = buttTime.convert;

var html = '<h1>I love the cloud</h1>';
var converted = convert(html);

console.log('html', html, 'converted', converted);

Tests

npm test