Skip to content

Commit

Permalink
fix: Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 30, 2021
1 parent 88e78d4 commit de2ef8c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# CoCreate-calculation

A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculations. Can be used for creating invoices,making payments & any kind of complex calculation. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/calculation)
A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculations. Can be used for creating invoices,making payments & any kind of complex calculation. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/calculation)

![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-calculation/dist/CoCreate-calculation.min.js?label=minified%20size&style=for-the-badge)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-calculation?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-calculation?style=for-the-badge)
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-calculation/help%20wanted?style=for-the-badge)
![minified](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?style=flat-square&label=minified&color=orange)
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js?compression=brotli&style=flat-square&label=brotli)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-calculation?style=flat-square)
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-calculation?style=flat-square)
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)

![CoCreate-calculation](https://cdn.cocreate.app/docs/CoCreate-calculation.gif)

Expand All @@ -29,6 +31,12 @@ For a complete guide and working demo refer to the [doumentation](https://cocrea
$ npm i @cocreate/calculation
```

## yarn

```shell
$ yarn install @cocreate/calculation
```

# Table of Contents

- [Table of Contents](#table-of-contents)
Expand Down

0 comments on commit de2ef8c

Please sign in to comment.