Skip to content

Commit

Permalink
docs(readme): Add new badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Jun 17, 2016
1 parent 7b5b851 commit 583516c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
[![npm version](https://img.shields.io/npm/v/hubot-toggl-payment.svg?style=flat-square)](https://www.npmjs.com/package/hubot-toggl-payment)
[![npm downloads](https://img.shields.io/npm/dm/hubot-toggl-payment.svg?style=flat-square)](https://www.npmjs.com/package/hubot-toggl-payment)
[![dependency Status](https://img.shields.io/david/lgaticaq/hubot-toggl-payment.svg?style=flat-square)](https://david-dm.org/lgaticaq/hubot-toggl-payment#info=dependencies)
[![Join the chat at https://gitter.im/lgaticaq/hubot-toggl-payment](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat-square)](https://gitter.im/lgaticaq/hubot-toggl-payment?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Coverage Status](https://img.shields.io/coveralls/lgaticaq/hubot-toggl-payment/master.svg?style=flat-square)](https://coveralls.io/github/lgaticaq/hubot-toggl-payment?branch=master)
[![Code Climate](https://img.shields.io/codeclimate/github/lgaticaq/hubot-toggl-payment.svg?style=flat-square)](https://codeclimate.com/github/lgaticaq/hubot-toggl-payment)
[![dependency Status](https://img.shields.io/david/lgaticaq/hubot-toggl-payment.svg?style=flat-square)](https://david-dm.org/lgaticaq/hubot-toggl-payment#info=dependencies)
[![devDependency Status](https://img.shields.io/david/dev/lgaticaq/hubot-toggl-payment.svg?style=flat-square)](https://david-dm.org/lgaticaq/hubot-toggl-payment#info=devDependencies)

A Hubot script to close time entries for new payment
> A Hubot script to close time entries for new payment
## Installation
```bash
Expand All @@ -21,3 +24,7 @@ The *password* is required to store token encrypted. Run this commands in a priv
`hubot toggl login <token> <password>` -> `Login success as <fullname>`

`hubot toggl payment <amount> <price> <password>` -> `Processing time entries... Ready. Diference is a few seconds`

## License

[MIT](https://tldrlegal.com/license/mit-license)

0 comments on commit 583516c

Please sign in to comment.