/beer-toolbox

Angular toolbox for brewing beer

Primary LanguageJavaScriptMIT LicenseMIT

beer-toolbox

Angular toolbox for brewing beer.

Prerequisite

You must have a sane instance of bower

npm install --g bower

Installation

Install with bower:

bower install --save beer-toolbox

Usage

Include BeerToolbox deps in you AngularJs application

angular.module('foo', ['BeerToolbox']);

Include js in your html

<script src="bower_components/beer-toolbox/dist/beer-toolbox.js"></script>