https://github.com/wilmerm/webtools
Simple tools in Javascript
https://github.com/wilmerm/webtools
cdn herramientas html html-css-javascript html5 javascript javascript-library library npm npm-package package toolkit tools web
Last synced: about 2 months ago
JSON representation
Simple tools in Javascript
- Host: GitHub
- URL: https://github.com/wilmerm/webtools
- Owner: wilmerm
- License: mit
- Created: 2023-03-31T10:43:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T06:41:19.000Z (over 2 years ago)
- Last Synced: 2025-01-07T07:26:35.668Z (over 1 year ago)
- Topics: cdn, herramientas, html, html-css-javascript, html5, javascript, javascript-library, library, npm, npm-package, package, toolkit, tools, web
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/simple-webtools
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-webtools
simple-webtools is a collection of lightweight web tools designed to simplify development workflows and enhance user experiences.
## The webtools
### btuCalculator (BTU Calculator)
The BTU Calculator is a tool to help you calculate the recommended BTU (British Thermal Units) for air conditioning based on specific room dimensions.
To use the BTU Calculator, simply include the following HTML code in your project:
```.html
window.addEventListener('load', (event) => {
window.webtools.btuCalculator.create('#btuCalculator');
});
```

### currencyRates (Currency Rates List)
This tool provides an interactive widget that displays updated exchange rates. Information is updated daily, ensuring you always have accurate and relevant data at your disposal.
```.html
window.addEventListener('load', (event) => {
window.webtools.currencyRates.create('#currencyRates', 'USD', ['CNY', 'EUR', 'CLP', 'GBP', 'GTQ', 'NIO']);
});
```

## Installation
### CDN
[https://unpkg.com/simple-webtools@latest/dist/webtools.js](https://unpkg.com/simple-webtools@latest/dist/webtools.js)
### Install with Npm
```.sh
npm install simple-webtools
```
### Install with Yarn
```.sh
yarn add simple-webtools
```
## Developer
To contribute to the development of simple-webtools or customize it to your needs, you can follow these steps:
1. Install dependencies:
```.sh
npm install
```
2. Start the development server:
```.sh
npm run dev
```
3. Build the project for production:
```.sh
npm run build
```
Feel free to extend, modify, and improve simple-webtools according to your requirements. We welcome contributions and suggestions to make this collection of web tools even more useful!
## Author
Created by Wilmer Martinez
* Website: [wilmermartinez.dev](https://wilmermartinez.dev)
* Email: info@wilmermartinez.dev
## Proyect Status
This project is under development
## Contribution 💗
If you find value in this project and would like to show your support, please consider making a donation via PayPal:
[Donate on PayPal](https://paypal.me/martinezwilmer?country.x=DO&locale.x=es_XC)
Your generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!