An open API service indexing awesome lists of open source software.

https://github.com/zenoo/moving-cost-calculator

Calculate the cost of your move
https://github.com/zenoo/moving-cost-calculator

calculator cost cost-estimation moving

Last synced: 8 days ago
JSON representation

Calculate the cost of your move

Awesome Lists containing this project

README

          

# Moving Cost Calculator [(Demo)](https://jsfiddle.net/Zenoo0/o7bd8qag/)

![Dependencies](https://david-dm.org/Zenoo/moving-cost-calculator.svg)

Calculate the cost for your move

### Doc

* **Installation**

Simply import MovingCostCalculator into your HTML.
```


```
* **How to use**

Create a new [`MovingCostCalculator`](https://zenoo.github.io/moving-cost-calculator/MovingCostCalculator.html) object with a query String or an Element as the first parameter :
```
let movingCostCalculator = new MovingCostCalculator('div.with[any="selector"]', options);
// OR
let element = document.querySelector('li.terally[any="thing"]');
let movingCostCalculator = new MovingCostCalculator(element, options);
```
* **Options**

```
{

}
```
* **Methods**

See the [documentation](https://zenoo.github.io/moving-cost-calculator/MovingCostCalculator.html) for the method definitions.

* **Example**

See this [JSFiddle](https://jsfiddle.net/Zenoo0/o7bd8qag/) for a working example

## Authors

* **Zenoo** - *Initial work* - [Zenoo.fr](https://zenoo.fr)