{"id":16421209,"url":"https://github.com/wilmerm/webtools","last_synced_at":"2026-05-01T21:02:40.269Z","repository":{"id":154935259,"uuid":"621766723","full_name":"wilmerm/webtools","owner":"wilmerm","description":"Simple tools in Javascript","archived":false,"fork":false,"pushed_at":"2024-03-04T06:41:19.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T07:26:35.668Z","etag":null,"topics":["cdn","herramientas","html","html-css-javascript","html5","javascript","javascript-library","library","npm","npm-package","package","toolkit","tools","web"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/simple-webtools","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wilmerm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-31T10:43:22.000Z","updated_at":"2023-09-13T13:11:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"40457769-93d1-449e-9c68-c9f307a2b5df","html_url":"https://github.com/wilmerm/webtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmerm%2Fwebtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmerm%2Fwebtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmerm%2Fwebtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilmerm%2Fwebtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilmerm","download_url":"https://codeload.github.com/wilmerm/webtools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240523389,"owners_count":19815085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cdn","herramientas","html","html-css-javascript","html5","javascript","javascript-library","library","npm","npm-package","package","toolkit","tools","web"],"created_at":"2024-10-11T07:31:12.925Z","updated_at":"2026-05-01T21:02:35.235Z","avatar_url":"https://github.com/wilmerm.png","language":"TypeScript","funding_links":["https://paypal.me/martinezwilmer?country.x=DO\u0026locale.x=es_XC"],"categories":[],"sub_categories":[],"readme":"# simple-webtools\n\nsimple-webtools is a collection of lightweight web tools designed to simplify development workflows and enhance user experiences.\n\n## The webtools\n\n### btuCalculator (BTU Calculator)\n\nThe BTU Calculator is a tool to help you calculate the recommended BTU (British Thermal Units) for air conditioning based on specific room dimensions.\n\nTo use the BTU Calculator, simply include the following HTML code in your project:\n\n```.html\n\u003cdiv id=\"btuCalculator\"\u003e\u003c/div\u003e\n\n\u003cscript src=\"https://unpkg.com/simple-webtools@latest/dist/webtools.js\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n  window.addEventListener('load', (event) =\u003e {\n    window.webtools.btuCalculator.create('#btuCalculator');\n  });\n\u003c/script\u003e\n```\n\n![image](https://github.com/wilmerm/webtools/assets/44853160/d224cda7-427c-4680-ae1f-d86bc927f8fe)\n\n### currencyRates (Currency Rates List)\n\nThis 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.\n\n```.html\n\u003cdiv id=\"currencyRates\"\u003e\u003c/div\u003e\n\n\u003cscript src=\"https://unpkg.com/simple-webtools@latest/dist/webtools.js\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n  window.addEventListener('load', (event) =\u003e {\n    window.webtools.currencyRates.create('#currencyRates', 'USD', ['CNY', 'EUR', 'CLP', 'GBP', 'GTQ', 'NIO']);\n  });\n\u003c/script\u003e\n```\n\n![image](https://github.com/wilmerm/webtools/assets/44853160/e5a63e3d-ca86-4505-a399-c42292bf4f85)\n\n## Installation\n\n### CDN\n\n[https://unpkg.com/simple-webtools@latest/dist/webtools.js](https://unpkg.com/simple-webtools@latest/dist/webtools.js)\n\n### Install with Npm\n\n```.sh\nnpm install simple-webtools\n```\n\n### Install with Yarn\n\n```.sh\nyarn add simple-webtools\n```\n\n## Developer\n\nTo contribute to the development of simple-webtools or customize it to your needs, you can follow these steps:\n\n1. Install dependencies:\n\n```.sh\nnpm install\n```\n\n2. Start the development server:\n\n```.sh\nnpm run dev\n```\n\n3. Build the project for production:\n\n```.sh\nnpm run build\n```\n\nFeel 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!\n\n## Author\n\nCreated by Wilmer Martinez\n\n* Website: [wilmermartinez.dev](https://wilmermartinez.dev)\n* Email: info@wilmermartinez.dev\n\n## Proyect Status\n\nThis project is under development\n\n## Contribution 💗\n\nIf you find value in this project and would like to show your support, please consider making a donation via PayPal:\n\n[Donate on PayPal](https://paypal.me/martinezwilmer?country.x=DO\u0026locale.x=es_XC)\n\nYour generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilmerm%2Fwebtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilmerm%2Fwebtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilmerm%2Fwebtools/lists"}