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
- Host: GitHub
- URL: https://github.com/zenoo/moving-cost-calculator
- Owner: Zenoo
- License: mit
- Created: 2018-10-17T09:25:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T11:36:35.000Z (9 months ago)
- Last Synced: 2025-01-14T12:26:01.069Z (9 months ago)
- Topics: calculator, cost, cost-estimation, moving
- Language: JavaScript
- Homepage:
- Size: 797 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Moving Cost Calculator [(Demo)](https://jsfiddle.net/Zenoo0/o7bd8qag/)

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)