Giter Site home page Giter Site logo

wilmerm / webtools Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 62 KB

Simple tools in Javascript

Home Page: https://www.npmjs.com/package/simple-webtools

License: MIT License

HTML 33.42% TypeScript 65.26% CSS 1.33%
cdn herramientas html html-css-javascript html5 javascript javascript-library library npm npm-package

webtools's Introduction

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!

webtools's People

Contributors

wilmerm avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.