### Getting started With any of the following options... * Download the latest script file - https://raw.github.com/siddii/angular-timer/master/dist/angular-timer.min.js * Clone the repo - `git@github.com:siddii/angular-timer.git` * Install angular-timer
npm install angular-timergit@github.com:siddii/angular-timer.gitbower install angular-timertimer to your list of modules$3
With Bower install :
* Install humanize-duration using Bower - bower install humanize-duration
* Install momentjs using Bower - bower install momentjsAnd include these scripts in your webpage :
* bower_components/momentjs/min/moment.min.js
* bower_components/momentjs/min/locales.min.js
* bower_components/humanize-duration/humanize-duration.js
$3
Install all bower components - bower install
Using Grunt type grunt from command line, the default task will open index.html page in your
default browser$3
Following command will run both unit & End-to-End (e2e) tests
`bash
grunt tests
``