1.0.3 • Published 2 months ago

simple-webtools v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

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:

<div id="btuCalculator"></div>

<script src="https://unpkg.com/simple-webtools@latest/dist/webtools.js"></script>

<script>
  window.addEventListener('load', (event) => {
    window.webtools.btuCalculator.create('#btuCalculator');
  });
</script>

image

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.

<div id="currencyRates"></div>

<script src="https://unpkg.com/simple-webtools@latest/dist/webtools.js"></script>

<script>
  window.addEventListener('load', (event) => {
    window.webtools.currencyRates.create('#currencyRates', 'USD', ['CNY', 'EUR', 'CLP', 'GBP', 'GTQ', 'NIO']);
  });
</script>

image

Installation

CDN

https://unpkg.com/simple-webtools@latest/dist/webtools.js

Install with Npm

npm install simple-webtools

Install with Yarn

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:
npm install
  1. Start the development server:
npm run dev
  1. Build the project for production:
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

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

Your generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!

1.0.2

2 months ago

1.0.3

2 months ago

1.0.1

4 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago