{"id":21697999,"url":"https://github.com/parzibyte/ejemplos-javascript","last_synced_at":"2025-04-06T02:07:52.590Z","repository":{"id":41318074,"uuid":"225686426","full_name":"parzibyte/ejemplos-javascript","owner":"parzibyte","description":"Múltiples ejemplos de JavaScript que no necesitan un repositorio aislado","archived":false,"fork":false,"pushed_at":"2025-03-28T20:04:29.000Z","size":4422,"stargazers_count":34,"open_issues_count":0,"forks_count":98,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-28T21:22:19.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/parzibyte.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":"2019-12-03T18:14:50.000Z","updated_at":"2025-03-28T20:30:58.000Z","dependencies_parsed_at":"2024-05-02T01:39:15.273Z","dependency_job_id":"55505d77-6d78-46e2-b2e6-63e33b83eb38","html_url":"https://github.com/parzibyte/ejemplos-javascript","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/parzibyte%2Fejemplos-javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parzibyte%2Fejemplos-javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parzibyte%2Fejemplos-javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parzibyte%2Fejemplos-javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parzibyte","download_url":"https://codeload.github.com/parzibyte/ejemplos-javascript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423513,"owners_count":20936626,"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":[],"created_at":"2024-11-25T19:30:31.866Z","updated_at":"2025-04-06T02:07:52.573Z","avatar_url":"https://github.com/parzibyte.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ejemplos-javascript\n\nMúltiples ejemplos de JavaScript que no necesitan un repositorio aislado\n\n# Lista de ejemplos\n- Autocompletado con awesomplete | [Tutorial](https://parzibyte.me/blog/2019/12/03/autocompletado-javascript-html-awesomplete/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/autocompletado-awesomplete/)\n\n- Exportar HTML a Excel | [Tutorial](https://parzibyte.me/blog/2019/12/04/exportar-tabla-html-excel-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/convertir-tabla-a-excel/)\n\n- Comandos de voz en la web | [Tutorial](https://parzibyte.me/blog/2019/12/09/comandos-voz-web-javascript-annyang/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/comandos-voz-annyang)\n\n- Sweet Alert 2 | [Tutorial](https://parzibyte.me/blog/2019/12/16/sweet-alert-2-tutorial-ejemplos/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/sweet-alert-2)\n\n- Librería HTTP, envoltura de fetch | [Tutorial](https://parzibyte.me/blog/2020/01/09/creando-libreria-http-javascript/)\n\n- Comunicar ventanas en JavaScript | [Tutorial](https://parzibyte.me/blog/2020/06/12/comunicacion-ventanas-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/comunicacion-ventanas/)\n\n- Autocompletado con Vue, Bootstrap y API (con api) | [Tutorial](https://parzibyte.me/blog/2020/06/18/autocompletado-bootstrap-vue-api/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/autocompletado-vue-bootstrap/con-api/)\n\n- Autocompletado con Vue, Bootstrap y API (estatico) | [Tutorial](https://parzibyte.me/blog/2020/06/18/autocompletado-bootstrap-vue-api/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/autocompletado-vue-bootstrap/estatico/)\n\n- Leer código de barras con JavaScript | [Tutorial](https://parzibyte.me/blog/2020/06/22/leer-codigo-barras-javascript-camara/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/quaggajs/con-dibujo/)\n\n- Generar PDF a partir de HTML con html2pdf | [Tutorial](https://parzibyte.me/blog/2020/09/05/html-pdf-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/html-a-pdf/)\n\n- Reproducir sonidos con JavaScript | [Tutorial](https://parzibyte.me/blog/2020/09/28/reproducir-sonidos-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/reproducir-sonido/)\n\n- Validar formularios con JavaScript | [Tutorial](https://parzibyte.me/blog/2021/04/12/validar-formularios-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/validacion-formularios/)\n\n- Generar códigos QR con JavaScript | [Tutorial](https://parzibyte.me/blog/2021/06/26/generar-codigos-qr-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/generar-qr/)\n\n- Dibujar sobre un canvas usando JavaScript y el mouse | [Tutorial](https://parzibyte.me/blog/2021/09/08/dibujar-canvas-mouse-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/paint-js/)\n\n- Solicitar firma de usuario con JavaScript y canvas | [Tutorial](https://parzibyte.me/blog/2021/09/09/solicitar-firma-manuscrita-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/firma-js/)\n\n- Debounce con Vue.js | [Tutorial](https://parzibyte.me/blog/2021/10/01/debounce-con-vue/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/debounce-vue/)\n\n- Reducir tamaño de imagen con JavaScript | [Tutorial](https://parzibyte.me/blog/2022/01/22/reducir-tamano-imagen-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/reducir-tamaño-imagen/)\n\n- Encriptar y desencriptar información con JS y la Web Crypto API usando AES| [Tutorial](https://parzibyte.me/blog/2022/02/14/encriptacion-javascript-lado-cliente-usando-web-crypto-api/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/encriptacion-js/)\n\n\n- Rotar una imagen con JavaScript y Canvas | [Tutorial](https://parzibyte.me/blog/2023/03/06/rotar-imagen-navegador-web-javascript-canvas/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/rotar-imagen/)\n\n\n- Obtener resolución de imágenes con JavaScript | [Tutorial](https://parzibyte.me/blog/2023/10/19/javascript-obtener-resolucion-imagen/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/resolucion-imagen/)\n\n- Convertir archivo a base64 | [Tutorial](https://parzibyte.me/blog/2023/10/19/javascript-convertir-archivo-base64/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/archivo-a-base64/)\n\n- Editor WYSIWYG| [Tutorial](https://parzibyte.me/blog/2024/04/09/editor-wysiwyg-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/wysiwyg/)\n\n\n- Llenar select con JavaScript | [Tutorial](https://parzibyte.me/blog/2024/04/16/javascript-llenar-select-arreglo/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/llenar-select-arreglo/)\n\n- Leer pixeles de imagen (RGBA) | [Tutorial](https://parzibyte.me/blog/2024/04/23/javascript-lado-cliente-leer-pixeles-imagen/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/pixeles-imagen/)\n\n- Consumir API de bots de Telegram | [Tutorial](https://parzibyte.me/blog/2024/05/01/enviar-mensaje-bot-telegram-usando-javascript-lado-cliente/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/enviar-mensaje-telegram/)\n\n- Enviar imagen de JavaScript a Telegram | [Tutorial](https://parzibyte.me/blog/2024/05/21/enviar-foto-javascript-telegram-bot/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/enviar-imagen-telegram/)\n\n- Enviar fotos periódicas de la cámara web con JavaScript a Telegram | [Tutorial](https://parzibyte.me/blog/2024/05/22/monitorear-camara-web-telegram-javascript/) | [Demo](https://parzibyte.github.io/ejemplos-javascript/foto-camara-telegram/?token=TU_TOKEN_VA_EN_ESTE_LUGAR\u0026idChat=AQUI_VA_EL_ID_DE_CHAT)\n\n\n\n# Más sobre JavaScript\n\nExplora el contenido que tengo en mi blog sobre [JavaScript](https://parzibyte.me/blog/category/javascript)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparzibyte%2Fejemplos-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparzibyte%2Fejemplos-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparzibyte%2Fejemplos-javascript/lists"}